Home
last modified time | relevance | path

Searched refs:dp_tx_send (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c649 arch_ops->dp_tx_send_fast = dp_tx_send; in dp_initialize_arch_ops_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c4205 if (!dp_tx_send(soc_hdl, vdev_id, nbuf_clone)) { in dp_tx_send_mesh()
4218 nbuf = dp_tx_send(soc_hdl, vdev_id, nbuf); in dp_tx_send_mesh()
4232 return dp_tx_send(soc_hdl, vdev_id, nbuf); in dp_tx_send_mesh()
4280 qdf_nbuf_t dp_tx_send(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_tx_send() function
4501 return dp_tx_send(soc_hdl, vdev_id, nbuf); in dp_tx_send_vdev_id_check()
7041 return dp_tx_send(soc_hdl, vdev_id, msdu_list);
H A Ddp_tx.h572 qdf_nbuf_t dp_tx_send(struct cdp_soc_t *soc_hdl, uint8_t vdev_id,
H A Ddp_rx.c1238 !dp_tx_send((struct cdp_soc_t *)soc, in dp_rx_intrabss_mcbc_fwd()
1288 if (!soc->is_tx_pause && !dp_tx_send((struct cdp_soc_t *)soc, in dp_rx_intrabss_ucast_fwd()
H A Ddp_ipa.c2177 ret = dp_tx_send(soc_hdl, vdev_id, skb); in dp_tx_send_ipa_data_frame()
3660 if (dp_tx_send((struct cdp_soc_t *)pdev->soc, vdev->vdev_id, nbuf)) {
H A Ddp_main.c4893 ctx->tx = dp_tx_send; in dp_vdev_fetch_tx_handler()
12370 .tx_send = dp_tx_send,