Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_types.h2356 qdf_nbuf_t (*dp_tx_mlo_mcast_send)(struct dp_soc *soc, member
Ddp_tx.c4070 if (soc->arch_ops.dp_tx_mlo_mcast_send) { in dp_tx_send_exception()
4071 nbuf = soc->arch_ops.dp_tx_mlo_mcast_send(soc, vdev, in dp_tx_send_exception()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c3571 arch_ops->dp_tx_mlo_mcast_send = dp_tx_mlo_mcast_send_be; in dp_initialize_arch_ops_be_single_dev()