Home
last modified time | relevance | path

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

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_msgbuf.c689 extern bool dhd_monitor_enabled(dhd_pub_t *dhd, int ifidx);
5662 if (dhd_monitor_enabled(dhd, ifidx)) { in dhd_prot_process_msgbuf_rxcpl()
5759 !(dhd_monitor_enabled(dhd, ifidx)) && in dhd_prot_process_msgbuf_rxcpl()
Ddhd_linux.c3268 dhd_monitor_enabled(dhd_pub_t *dhd, int ifidx);
3310 if (dhd_monitor_enabled(dhdp, ifidx)) in dhd_sendup()
4989 if (dhd_monitor_enabled(dhdp, ifidx)) in dhd_rx_frame()
5381 if (dhd_monitor_enabled(pub, 0)) in dhd_rxf_thread()
5810 dhd_monitor_enabled(dhd_pub_t *dhd, int ifidx) in dhd_monitor_enabled() function