Searched refs:p2p_rx_ops (Results 1 – 2 of 2) sorted by relevance
67 struct wlan_lmac_if_p2p_rx_ops *p2p_rx_ops; in target_p2p_lo_event_handler() local100 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() local254 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() local412 p2p_rx_ops = target_if_psoc_get_p2p_rx_ops(psoc); in target_p2p_mac_rx_filter_event_handler()[all …]
47 struct wlan_lmac_if_p2p_rx_ops *p2p_rx_ops; in target_if_mcc_quota_event_handler() local85 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()