Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c4543 if (soc->arch_ops.dp_tx_mcast_handler) in dp_tx_reinject_mlo_hdl()
4544 soc->arch_ops.dp_tx_mcast_handler(soc, vdev, nbuf); in dp_tx_reinject_mlo_hdl()
6268 if (!soc->arch_ops.dp_tx_mcast_handler ||
6288 soc->arch_ops.dp_tx_mcast_handler(soc, vdev, desc->nbuf);
Ddp_types.h2442 void (*dp_tx_mcast_handler)(struct dp_soc *soc, struct dp_vdev *vdev, member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c3415 arch_ops->dp_tx_mcast_handler = dp_tx_mlo_mcast_handler_be; in dp_initialize_arch_ops_be_mcast_mlo()