Home
last modified time | relevance | path

Searched refs:p2p_rx_ops (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/p2p/src/
H A Dtarget_if_p2p.c67 struct wlan_lmac_if_p2p_rx_ops *p2p_rx_ops; in target_p2p_lo_event_handler() local
100 p2p_rx_ops = target_if_psoc_get_p2p_rx_ops(psoc); in target_p2p_lo_event_handler()
101 if (p2p_rx_ops->lo_ev_handler) { in target_p2p_lo_event_handler()
102 status = p2p_rx_ops->lo_ev_handler(psoc, event_info); in target_p2p_lo_event_handler()
221 struct wlan_lmac_if_p2p_rx_ops *p2p_rx_ops; in target_p2p_noa_event_handler() local
254 p2p_rx_ops = target_if_psoc_get_p2p_rx_ops(psoc); in target_p2p_noa_event_handler()
255 if (p2p_rx_ops->noa_ev_handler) { in target_p2p_noa_event_handler()
256 status = p2p_rx_ops->noa_ev_handler(psoc, event_info); in target_p2p_noa_event_handler()
385 struct wlan_lmac_if_p2p_rx_ops *p2p_rx_ops; in target_p2p_mac_rx_filter_event_handler() local
412 p2p_rx_ops = target_if_psoc_get_p2p_rx_ops(psoc); in target_p2p_mac_rx_filter_event_handler()
[all …]
H A Dtarget_if_p2p_mcc_quota.c47 struct wlan_lmac_if_p2p_rx_ops *p2p_rx_ops; in target_if_mcc_quota_event_handler() local
85 p2p_rx_ops = &rx_ops->p2p; in target_if_mcc_quota_event_handler()
86 if (p2p_rx_ops->mcc_quota_ev_handler) { in target_if_mcc_quota_event_handler()
87 status = p2p_rx_ops->mcc_quota_ev_handler(psoc, event_info); in target_if_mcc_quota_event_handler()