Home
last modified time | relevance | path

Searched refs:dp_soc_get_by_idle_bm_id (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.h261 dp_soc_get_by_idle_bm_id(struct dp_soc *soc, uint8_t idle_bm_id);
H A Ddp_be.c3432 arch_ops->dp_soc_get_by_idle_bm_id = dp_soc_get_by_idle_bm_id; in dp_initialize_arch_ops_be_mlo_multi_chip()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_err.c1984 if (soc->arch_ops.dp_soc_get_by_idle_bm_id) in dp_idle_link_bm_id_check()
1986 soc->arch_ops.dp_soc_get_by_idle_bm_id(soc, rbm); in dp_idle_link_bm_id_check()
H A Ddp_types.h2450 struct dp_soc * (*dp_soc_get_by_idle_bm_id)(struct dp_soc *soc, member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.c1046 dp_soc_get_by_idle_bm_id(struct dp_soc *soc, uint8_t idle_bm_id) in dp_soc_get_by_idle_bm_id() function