Home
last modified time | relevance | path

Searched refs:rx_ops (Results 1 – 25 of 87) sorted by relevance

1234

/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
Dwlan_lmac_if.c110 (struct wlan_lmac_if_rx_ops *rx_ops);
114 tgt_vdev_mgr_rx_ops_register(struct wlan_lmac_if_rx_ops *rx_ops) in tgt_vdev_mgr_rx_ops_register() argument
116 tgt_vdev_mgr_register_rx_ops(rx_ops); in tgt_vdev_mgr_rx_ops_register()
128 wlan_target_if_cp_stats_rx_ops_register(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_target_if_cp_stats_rx_ops_register() argument
130 rx_ops->cp_stats_rx_ops.twt_get_session_param_resp = in wlan_target_if_cp_stats_rx_ops_register()
135 wlan_target_if_cp_stats_rx_ops_register(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_target_if_cp_stats_rx_ops_register() argument
149 wlan_lmac_if_cp_stats_rx_ops_register(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_lmac_if_cp_stats_rx_ops_register() argument
151 wlan_target_if_cp_stats_rx_ops_register(rx_ops); in wlan_lmac_if_cp_stats_rx_ops_register()
152 tgt_cp_stats_register_rx_ops(rx_ops); in wlan_lmac_if_cp_stats_rx_ops_register()
156 wlan_lmac_if_cp_stats_rx_ops_register(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_lmac_if_cp_stats_rx_ops_register() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/global_lmac_if/src/
Dwlan_global_lmac_if.c43 void (*wlan_lmac_if_sptrl_rx_ops)(struct wlan_lmac_if_rx_ops *rx_ops);
61 static void wlan_spectral_register_rx_ops(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_spectral_register_rx_ops() argument
63 wlan_lmac_if_sptrl_rx_ops(rx_ops); in wlan_spectral_register_rx_ops()
66 static void wlan_spectral_register_rx_ops(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_spectral_register_rx_ops() argument
68 wlan_lmac_if_sptrl_register_rx_ops(rx_ops); in wlan_spectral_register_rx_ops()
78 static void wlan_spectral_register_rx_ops(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_spectral_register_rx_ops() argument
85 void (*wlan_lmac_if_iot_sim_rx_ops)(struct wlan_lmac_if_rx_ops *rx_ops);
97 static void wlan_iot_sim_register_rx_ops(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_iot_sim_register_rx_ops() argument
100 wlan_lmac_if_iot_sim_rx_ops(rx_ops); in wlan_iot_sim_register_rx_ops()
106 static void wlan_iot_sim_register_rx_ops(struct wlan_lmac_if_rx_ops *rx_ops) in wlan_iot_sim_register_rx_ops() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/psoc/src/
Dtarget_if_psoc_wake_lock.c39 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_wake_lock_init() local
41 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_wake_lock_init()
42 if (!rx_ops || !rx_ops->psoc_get_wakelock_info) { in target_if_wake_lock_init()
48 psoc_wakelock = rx_ops->psoc_get_wakelock_info(psoc); in target_if_wake_lock_init()
64 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_wake_lock_deinit() local
66 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_wake_lock_deinit()
67 if (!rx_ops || !rx_ops->psoc_get_wakelock_info) { in target_if_wake_lock_deinit()
73 psoc_wakelock = rx_ops->psoc_get_wakelock_info(psoc); in target_if_wake_lock_deinit()
89 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_wake_lock_timeout_acquire() local
91 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_wake_lock_timeout_acquire()
[all …]
Dtarget_if_psoc_timer_tx_ops.c36 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_psoc_vdev_rsp_timer_inuse() local
43 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_psoc_vdev_rsp_timer_inuse()
44 if (!(rx_ops && rx_ops->psoc_get_vdev_response_timer_info)) { in target_if_psoc_vdev_rsp_timer_inuse()
50 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_psoc_vdev_rsp_timer_inuse()
70 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_psoc_vdev_rsp_timer_init() local
78 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_psoc_vdev_rsp_timer_init()
79 if (!(rx_ops && rx_ops->psoc_get_vdev_response_timer_info)) { in target_if_psoc_vdev_rsp_timer_init()
85 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_psoc_vdev_rsp_timer_init()
107 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_psoc_vdev_rsp_timer_deinit() local
115 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_psoc_vdev_rsp_timer_deinit()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
Dtarget_if_vdev_mgr_rx_ops.c84 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_vdev_mgr_mac_addr_rsp_timeout() local
86 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_vdev_mgr_mac_addr_rsp_timeout()
87 if (!rx_ops) { in target_if_vdev_mgr_mac_addr_rsp_timeout()
104 rx_ops->vdev_mgr_set_mac_addr_response(vdev, -EAGAIN); in target_if_vdev_mgr_mac_addr_rsp_timeout()
156 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_vdev_mgr_rsp_timer_cb() local
178 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_vdev_mgr_rsp_timer_cb()
179 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_rsp_timer_cb()
229 rx_ops->vdev_mgr_start_response(psoc, &start_rsp); in target_if_vdev_mgr_rsp_timer_cb()
239 rx_ops->vdev_mgr_stop_response(psoc, &stop_rsp); in target_if_vdev_mgr_rsp_timer_cb()
253 rx_ops->vdev_mgr_delete_response(psoc, &del_rsp); in target_if_vdev_mgr_rsp_timer_cb()
[all …]
Dtarget_if_vdev_mgr_tx_ops.c442 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_vdev_mgr_start_send() local
459 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_vdev_mgr_start_send()
460 if (!rx_ops || !rx_ops->psoc_get_vdev_response_timer_info) { in target_if_vdev_mgr_start_send()
466 vdev_rsp = rx_ops->psoc_get_vdev_response_timer_info(psoc, vdev_id); in target_if_vdev_mgr_start_send()
504 struct wlan_lmac_if_mlme_rx_ops *rx_ops) in target_if_vdev_mgr_delete_response_send() argument
510 status = rx_ops->vdev_mgr_delete_response(psoc, &rsp); in target_if_vdev_mgr_delete_response_send()
528 struct wlan_lmac_if_mlme_rx_ops *rx_ops; in target_if_vdev_mgr_del_rsp_post_cb() local
544 rx_ops = target_if_vdev_mgr_get_rx_ops(psoc); in target_if_vdev_mgr_del_rsp_post_cb()
545 if (!rx_ops) { in target_if_vdev_mgr_del_rsp_post_cb()
551 target_if_vdev_mgr_delete_response_send(psoc, vdev_id, rx_ops); in target_if_vdev_mgr_del_rsp_post_cb()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_api.h37 (struct wlan_lmac_if_rx_ops *rx_ops);
76 struct wlan_lmac_if_rx_ops *rx_ops; in wlan_lmac_if_get_mgmt_txrx_rx_ops() local
81 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in wlan_lmac_if_get_mgmt_txrx_rx_ops()
82 if (!rx_ops) { in wlan_lmac_if_get_mgmt_txrx_rx_ops()
87 return &rx_ops->mgmt_txrx_rx_ops; in wlan_lmac_if_get_mgmt_txrx_rx_ops()
101 struct wlan_lmac_if_rx_ops *rx_ops; in wlan_lmac_if_get_dfs_rx_ops() local
106 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in wlan_lmac_if_get_dfs_rx_ops()
107 if (!rx_ops) { in wlan_lmac_if_get_dfs_rx_ops()
112 return &rx_ops->dfs_rx_ops; in wlan_lmac_if_get_dfs_rx_ops()
126 struct wlan_lmac_if_rx_ops *rx_ops; in wlan_lmac_if_get_reg_rx_ops() local
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
Dtarget_if_wifi_pos_rx_ops.c39 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_wifi_pos_get_rxops() local
46 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_wifi_pos_get_rxops()
47 if (!rx_ops) { in target_if_wifi_pos_get_rxops()
52 return &rx_ops->wifi_pos_rx_ops; in target_if_wifi_pos_get_rxops()
160 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_wifi_pos_get_rx_ops() local
162 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_wifi_pos_get_rx_ops()
163 if (!rx_ops) { in target_if_wifi_pos_get_rx_ops()
168 return &rx_ops->wifi_pos_rx_ops; in target_if_wifi_pos_get_rx_ops()
177 struct wlan_lmac_if_wifi_pos_rx_ops *rx_ops; in target_if_wifi_pos_pasn_peer_create_ev_handler() local
218 rx_ops = target_if_wifi_pos_get_rx_ops(psoc); in target_if_wifi_pos_pasn_peer_create_ev_handler()
[all …]
/wlan-driver/qcacld-3.0/components/target_if/fw_offload/src/
Dtarget_if_fwol.c107 struct wlan_fwol_rx_ops *rx_ops; in target_if_fwol_get_elna_bypass_resp() local
133 rx_ops = &fwol_obj->rx_ops; in target_if_fwol_get_elna_bypass_resp()
134 if (rx_ops->get_elna_bypass_resp) { in target_if_fwol_get_elna_bypass_resp()
141 status = rx_ops->get_elna_bypass_resp(psoc, &resp); in target_if_fwol_get_elna_bypass_resp()
283 struct wlan_fwol_rx_ops *rx_ops, in target_if_fwol_handle_thermal_lvl_stats_evt() argument
288 if (rx_ops->get_thermal_stats_resp && info->therm_throt_levels) in target_if_fwol_handle_thermal_lvl_stats_evt()
289 status = rx_ops->get_thermal_stats_resp(psoc, info); in target_if_fwol_handle_thermal_lvl_stats_evt()
309 struct wlan_fwol_rx_ops *rx_ops, in target_if_fwol_handle_thermal_lvl_stats_evt() argument
329 struct wlan_fwol_rx_ops *rx_ops; in target_if_fwol_notify_thermal_throttle() local
338 rx_ops = &fwol_obj->rx_ops; in target_if_fwol_notify_thermal_throttle()
[all …]
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
Dwlan_fwol_tgt_api.c159 static void tgt_fwol_register_elna_rx_ops(struct wlan_fwol_rx_ops *rx_ops) in tgt_fwol_register_elna_rx_ops() argument
161 rx_ops->get_elna_bypass_resp = tgt_fwol_get_elna_bypass_resp; in tgt_fwol_register_elna_rx_ops()
164 static void tgt_fwol_register_elna_rx_ops(struct wlan_fwol_rx_ops *rx_ops) in tgt_fwol_register_elna_rx_ops() argument
261 tgt_fwol_register_thermal_stats_resp(struct wlan_fwol_rx_ops *rx_ops) in tgt_fwol_register_thermal_stats_resp() argument
263 rx_ops->get_thermal_stats_resp = tgt_fwol_get_thermal_stats_resp; in tgt_fwol_register_thermal_stats_resp()
267 tgt_fwol_register_thermal_stats_resp(struct wlan_fwol_rx_ops *rx_ops) in tgt_fwol_register_thermal_stats_resp() argument
273 tgt_fwol_register_notify_thermal_throttle_evt(struct wlan_fwol_rx_ops *rx_ops) in tgt_fwol_register_notify_thermal_throttle_evt() argument
275 rx_ops->notify_thermal_throttle_handler = in tgt_fwol_register_notify_thermal_throttle_evt()
280 tgt_fwol_register_notify_thermal_throttle_evt(struct wlan_fwol_rx_ops *rx_ops) in tgt_fwol_register_notify_thermal_throttle_evt() argument
285 static void tgt_fwol_register_thermal_rx_ops(struct wlan_fwol_rx_ops *rx_ops) in tgt_fwol_register_thermal_rx_ops() argument
[all …]
/wlan-driver/qcacld-3.0/components/pkt_capture/dispatcher/src/
Dwlan_pkt_capture_tgt_api.c29 struct wlan_pkt_capture_rx_ops *rx_ops; in tgt_pkt_capture_register_ev_handler() local
44 rx_ops = &psoc_priv->rx_ops; in tgt_pkt_capture_register_ev_handler()
46 if (!rx_ops->pkt_capture_register_ev_handlers) in tgt_pkt_capture_register_ev_handler()
49 status = rx_ops->pkt_capture_register_ev_handlers(psoc); in tgt_pkt_capture_register_ev_handler()
53 status = rx_ops->pkt_capture_register_smart_monitor_event(psoc); in tgt_pkt_capture_register_ev_handler()
65 struct wlan_pkt_capture_rx_ops *rx_ops; in tgt_pkt_capture_unregister_ev_handler() local
80 rx_ops = &psoc_priv->rx_ops; in tgt_pkt_capture_unregister_ev_handler()
82 if (!rx_ops->pkt_capture_unregister_ev_handlers) in tgt_pkt_capture_unregister_ev_handler()
85 status = rx_ops->pkt_capture_unregister_ev_handlers(psoc); in tgt_pkt_capture_unregister_ev_handler()
89 status = rx_ops->pkt_capture_unregister_smart_monitor_event(psoc); in tgt_pkt_capture_unregister_ev_handler()
/wlan-driver/qcacld-3.0/components/target_if/sap/ll_sap/src/
Dtarget_if_ll_sap.c59 struct wlan_ll_sap_rx_ops *rx_ops; in target_if_send_audio_transport_switch_req_event_handler() local
83 rx_ops = &psoc_ll_sap_obj->rx_ops; in target_if_send_audio_transport_switch_req_event_handler()
84 if (!rx_ops || !rx_ops->audio_transport_switch_req) { in target_if_send_audio_transport_switch_req_event_handler()
96 rx_ops->audio_transport_switch_req(psoc, req_type); in target_if_send_audio_transport_switch_req_event_handler()
109 target_if_ll_sap_register_rx_ops(struct wlan_ll_sap_rx_ops *rx_ops) in target_if_ll_sap_register_rx_ops() argument
111 rx_ops->audio_transport_switch_req = in target_if_ll_sap_register_rx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/twt/src/
Dtarget_if_twt_evt.c34 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_twt_en_complete_event_handler() local
52 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_twt_en_complete_event_handler()
53 if (!rx_ops) { in target_if_twt_en_complete_event_handler()
57 twt_rx_ops = &rx_ops->twt_rx_ops; in target_if_twt_en_complete_event_handler()
88 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_twt_disable_comp_event_handler() local
106 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_twt_disable_comp_event_handler()
107 if (!rx_ops) { in target_if_twt_disable_comp_event_handler()
111 twt_rx_ops = &rx_ops->twt_rx_ops; in target_if_twt_disable_comp_event_handler()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr.c733 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_cfr_set_cfr_support() local
735 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cfr_set_cfr_support()
736 if (!rx_ops) { in target_if_cfr_set_cfr_support()
740 if (rx_ops->cfr_rx_ops.cfr_support_set) in target_if_cfr_set_cfr_support()
741 rx_ops->cfr_rx_ops.cfr_support_set(psoc, value); in target_if_cfr_set_cfr_support()
748 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_cfr_set_capture_count_support() local
750 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cfr_set_capture_count_support()
751 if (!rx_ops) { in target_if_cfr_set_capture_count_support()
756 if (rx_ops->cfr_rx_ops.cfr_capture_count_support_set) in target_if_cfr_set_capture_count_support()
757 return rx_ops->cfr_rx_ops.cfr_capture_count_support_set( in target_if_cfr_set_capture_count_support()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_pasn_peer_api.c188 struct wlan_lmac_if_wifi_pos_rx_ops *rx_ops; in wma_pasn_handle_peer_create_conf() local
216 rx_ops = wifi_pos_get_rx_ops(wma->psoc); in wma_pasn_handle_peer_create_conf()
217 if (!rx_ops || !rx_ops->wifi_pos_ranging_peer_create_rsp_cb) { in wma_pasn_handle_peer_create_conf()
219 !rx_ops ? "rx_ops" : "rx_ops->ranging_peer_cb"); in wma_pasn_handle_peer_create_conf()
223 rx_ops->wifi_pos_ranging_peer_create_rsp_cb(wma->psoc, vdev_id, in wma_pasn_handle_peer_create_conf()
282 struct wlan_lmac_if_wifi_pos_rx_ops *rx_ops; in wma_delete_all_pasn_peers() local
287 rx_ops = wifi_pos_get_rx_ops(wma->psoc); in wma_delete_all_pasn_peers()
288 if (!rx_ops || !rx_ops->wifi_pos_vdev_delete_all_ranging_peers_cb) { in wma_delete_all_pasn_peers()
297 status = rx_ops->wifi_pos_vdev_delete_all_ranging_peers_cb(vdev); in wma_delete_all_pasn_peers()
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.h1880 struct wlan_lmac_if_rx_ops *rx_ops; in get_target_if_spectral_handle_from_psoc() local
1888 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in get_target_if_spectral_handle_from_psoc()
1889 if (!rx_ops) { in get_target_if_spectral_handle_from_psoc()
1895 rx_ops->sptrl_rx_ops.sptrlro_get_psoc_target_handle(psoc); in get_target_if_spectral_handle_from_psoc()
1912 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_vdev_get_chan_freq() local
1919 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_vdev_get_chan_freq()
1920 if (!rx_ops) { in target_if_vdev_get_chan_freq()
1925 return rx_ops->sptrl_rx_ops.sptrlro_vdev_get_chan_freq( in target_if_vdev_get_chan_freq()
1942 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_vdev_get_chan_freq_seg2() local
1950 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_vdev_get_chan_freq_seg2()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/dfs/inc/
Dtarget_if_dfs.h44 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_dfs_get_rx_ops() local
46 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_dfs_get_rx_ops()
47 if (!rx_ops) { in target_if_dfs_get_rx_ops()
52 return &rx_ops->dfs_rx_ops; in target_if_dfs_get_rx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/dcs/inc/
Dtarget_if_dcs.h42 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_dcs_get_rx_ops() local
44 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_dcs_get_rx_ops()
45 if (!rx_ops) { in target_if_dcs_get_rx_ops()
49 return &rx_ops->dcs_rx_ops; in target_if_dcs_get_rx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/inc/
Dtarget_if_vdev_mgr_rx_ops.h117 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_vdev_mgr_get_rx_ops() local
119 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_vdev_mgr_get_rx_ops()
120 if (!rx_ops) { in target_if_vdev_mgr_get_rx_ops()
125 return &rx_ops->mops; in target_if_vdev_mgr_get_rx_ops()
/wlan-driver/qcacld-3.0/components/target_if/connection_mgr/src/
Dtarget_if_cm_roam_event.c43 struct wlan_cm_roam_rx_ops *rx_ops; in target_if_cm_get_roam_rx_ops() local
55 rx_ops = &psoc_ext_priv->rso_rx_ops; in target_if_cm_get_roam_rx_ops()
56 return rx_ops; in target_if_cm_get_roam_rx_ops()
61 struct wlan_cm_roam_rx_ops *rx_ops) in target_if_cm_roam_register_vendor_handoff_rx_ops() argument
63 rx_ops->roam_vendor_handoff_event = in target_if_cm_roam_register_vendor_handoff_rx_ops()
69 struct wlan_cm_roam_rx_ops *rx_ops) in target_if_cm_roam_register_vendor_handoff_rx_ops() argument
75 target_if_cm_roam_register_rx_ops(struct wlan_cm_roam_rx_ops *rx_ops) in target_if_cm_roam_register_rx_ops() argument
77 rx_ops->roam_sync_event = cm_roam_sync_event_handler; in target_if_cm_roam_register_rx_ops()
78 rx_ops->roam_sync_frame_event = cm_roam_sync_frame_event_handler; in target_if_cm_roam_register_rx_ops()
79 rx_ops->roam_sync_key_event = cm_roam_sync_key_event_handler; in target_if_cm_roam_register_rx_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/cp_stats/inc/
Dtarget_if_cp_stats.h45 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_cp_stats_get_rx_ops() local
47 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_cp_stats_get_rx_ops()
48 if (!rx_ops) { in target_if_cp_stats_get_rx_ops()
53 return &rx_ops->cp_stats_rx_ops; in target_if_cp_stats_get_rx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/mlo_mgr/inc/
Dtarget_if_mlo_mgr.h42 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_mlo_get_rx_ops() local
44 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_mlo_get_rx_ops()
45 if (!rx_ops) { in target_if_mlo_get_rx_ops()
50 return &rx_ops->mlo_rx_ops; in target_if_mlo_get_rx_ops()
/wlan-driver/qca-wifi-host-cmn/target_if/dcs/src/
Dtarget_if_dcs.c47 struct wlan_target_if_dcs_rx_ops *rx_ops; in target_if_dcs_interference_event_handler() local
59 rx_ops = target_if_dcs_get_rx_ops(psoc); in target_if_dcs_interference_event_handler()
60 if (!rx_ops || !rx_ops->process_dcs_event) { in target_if_dcs_interference_event_handler()
92 status = rx_ops->process_dcs_event(psoc, &ev); in target_if_dcs_interference_event_handler()
/wlan-driver/qca-wifi-host-cmn/target_if/cp_stats/src/
Dtarget_if_cp_stats.c257 struct wlan_lmac_if_cp_stats_rx_ops *rx_ops; in target_if_infra_cp_stats_event_handler() local
272 rx_ops = target_if_cp_stats_get_rx_ops(psoc); in target_if_infra_cp_stats_event_handler()
273 if (!rx_ops || !rx_ops->process_stats_event) { in target_if_infra_cp_stats_event_handler()
296 status = rx_ops->process_infra_stats_event(psoc, &ev); in target_if_infra_cp_stats_event_handler()
328 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_twt_session_params_event_handler() local
353 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_twt_session_params_event_handler()
354 if (!rx_ops) { in target_if_twt_session_params_event_handler()
408 rx_ops->cp_stats_rx_ops.twt_get_session_param_resp(psoc, in target_if_twt_session_params_event_handler()
/wlan-driver/qcacld-3.0/components/target_if/p2p/src/
Dtarget_if_p2p_mcc_quota.c46 struct wlan_lmac_if_rx_ops *rx_ops; in target_if_mcc_quota_event_handler() local
79 rx_ops = wlan_psoc_get_lmac_if_rxops(psoc); in target_if_mcc_quota_event_handler()
80 if (!rx_ops) { in target_if_mcc_quota_event_handler()
85 p2p_rx_ops = &rx_ops->p2p; in target_if_mcc_quota_event_handler()

1234