Home
last modified time | relevance | path

Searched refs:is_local_pkt_capture_running (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_mon.h377 !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()
H A Dcdp_txrx_ops.h1162 bool (*is_local_pkt_capture_running)(struct cdp_soc_t *soc, member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon_filter.c948 mon_pdev->is_local_pkt_capture_running = val; in dp_mon_set_local_pkt_capture_running()
968 return mon_pdev->is_local_pkt_capture_running; in dp_mon_get_is_local_pkt_capture_running()
H A Ddp_mon.h883 bool (*is_local_pkt_capture_running)(struct dp_pdev *pdev); member
1255 bool is_local_pkt_capture_running; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_status_1.0.c477 if (qdf_unlikely(IS_LOCAL_PKT_CAPTURE_RUNNING(mon_pdev, is_local_pkt_capture_running))) in dp_rx_mon_status_process_tlv()
534 is_local_pkt_capture_running))) { in dp_rx_mon_status_process_tlv()
H A Ddp_mon_1.0.c1557 .is_local_pkt_capture_running = dp_mon_get_is_local_pkt_capture_running,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c974 is_local_pkt_capture_running))) in dp_tx_mon_lpc_type_filtering()
1069 is_local_pkt_capture_running))) { in dp_tx_mon_send_to_stack()
H A Ddp_mon_2.0.c1512 .is_local_pkt_capture_running = NULL,