Home
last modified time | relevance | path

Searched refs:dp_tx_is_mcast_primary (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h2447 bool (*dp_tx_is_mcast_primary)(struct dp_soc *soc, member
H A Ddp_tx.c6269 !soc->arch_ops.dp_tx_is_mcast_primary)
6281 if (!(soc->arch_ops.dp_tx_is_mcast_primary(soc, vdev))) {
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3417 arch_ops->dp_tx_is_mcast_primary = dp_tx_mlo_is_mcast_primary_be; in dp_initialize_arch_ops_be_mcast_mlo()