Lines Matching refs:mon_ops

41 	if (!soc->ops->mon_ops ||  in cdp_reset_monitor_mode()
42 !soc->ops->mon_ops->txrx_reset_monitor_mode) in cdp_reset_monitor_mode()
45 return soc->ops->mon_ops->txrx_reset_monitor_mode(soc, pdev_id, in cdp_reset_monitor_mode()
65 if (!soc->ops->mon_ops || in cdp_deliver_tx_mgmt()
66 !soc->ops->mon_ops->txrx_deliver_tx_mgmt) in cdp_deliver_tx_mgmt()
69 return soc->ops->mon_ops->txrx_deliver_tx_mgmt(soc, pdev_id, nbuf); in cdp_deliver_tx_mgmt()
95 if (!soc->ops->mon_ops || in cdp_set_lite_mon_config()
96 !soc->ops->mon_ops->txrx_set_lite_mon_config) in cdp_set_lite_mon_config()
99 return soc->ops->mon_ops->txrx_set_lite_mon_config(soc, config, in cdp_set_lite_mon_config()
125 if (!soc->ops->mon_ops || in cdp_get_lite_mon_config()
126 !soc->ops->mon_ops->txrx_get_lite_mon_config) in cdp_get_lite_mon_config()
129 return soc->ops->mon_ops->txrx_get_lite_mon_config(soc, config, in cdp_get_lite_mon_config()
155 if (!soc->ops->mon_ops || in cdp_set_lite_mon_peer_config()
156 !soc->ops->mon_ops->txrx_set_lite_mon_peer_config) in cdp_set_lite_mon_peer_config()
159 return soc->ops->mon_ops->txrx_set_lite_mon_peer_config(soc, config, in cdp_set_lite_mon_peer_config()
185 if (!soc->ops->mon_ops || in cdp_get_lite_mon_peer_config()
186 !soc->ops->mon_ops->txrx_get_lite_mon_peer_config) in cdp_get_lite_mon_peer_config()
189 return soc->ops->mon_ops->txrx_get_lite_mon_peer_config(soc, info, in cdp_get_lite_mon_peer_config()
214 if (!soc->ops->mon_ops || in cdp_is_lite_mon_enabled()
215 !soc->ops->mon_ops->txrx_is_lite_mon_enabled) in cdp_is_lite_mon_enabled()
218 return soc->ops->mon_ops->txrx_is_lite_mon_enabled(soc, pdev_id, dir); in cdp_is_lite_mon_enabled()
241 if (!soc->ops->mon_ops || in cdp_get_lite_mon_legacy_feature_enabled()
242 !soc->ops->mon_ops->txrx_get_lite_mon_legacy_feature_enabled) in cdp_get_lite_mon_legacy_feature_enabled()
245 return soc->ops->mon_ops->txrx_get_lite_mon_legacy_feature_enabled(soc, in cdp_get_lite_mon_legacy_feature_enabled()
269 if (!soc->ops->mon_ops || in cdp_set_params_rssi_dbm_conversion()
270 !soc->ops->mon_ops->txrx_set_mon_pdev_params_rssi_dbm_conv) in cdp_set_params_rssi_dbm_conversion()
273 return soc->ops->mon_ops->txrx_set_mon_pdev_params_rssi_dbm_conv in cdp_set_params_rssi_dbm_conversion()
299 if (!soc->ops->mon_ops || in cdp_update_pdev_mon_telemetry_airtime_stats()
300 !soc->ops->mon_ops->txrx_update_pdev_mon_telemetry_airtime_stats) in cdp_update_pdev_mon_telemetry_airtime_stats()
303 return soc->ops->mon_ops->txrx_update_pdev_mon_telemetry_airtime_stats( in cdp_update_pdev_mon_telemetry_airtime_stats()
328 if (!soc->ops->mon_ops || in cdp_start_local_pkt_capture()
329 !soc->ops->mon_ops->start_local_pkt_capture) in cdp_start_local_pkt_capture()
332 return soc->ops->mon_ops->start_local_pkt_capture(soc, pdev_id, filter); in cdp_start_local_pkt_capture()
352 if (!soc->ops->mon_ops || in cdp_stop_local_pkt_capture()
353 !soc->ops->mon_ops->stop_local_pkt_capture) in cdp_stop_local_pkt_capture()
356 return soc->ops->mon_ops->stop_local_pkt_capture(soc, pdev_id); in cdp_stop_local_pkt_capture()
376 if (!soc->ops->mon_ops || in cdp_is_local_pkt_capture_running()
377 !soc->ops->mon_ops->is_local_pkt_capture_running) in cdp_is_local_pkt_capture_running()
380 return soc->ops->mon_ops->is_local_pkt_capture_running(soc, pdev_id); in cdp_is_local_pkt_capture_running()