Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c411 if (tx_desc->flags & DP_TX_DESC_FLAG_TO_FW) in dp_tx_desc_release()
1288 tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW; in dp_tx_prepare_desc_single()
1300 tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW; in dp_tx_prepare_desc_single()
1379 tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW; in dp_tx_prepare_desc()
2212 if (tx_desc->flags & DP_TX_DESC_FLAG_TO_FW) { in dp_mesh_tx_comp_free_buff()
2310 if (!(tx_desc->flags & DP_TX_DESC_FLAG_TO_FW)) { in dp_tx_bypass_reinjection()
2311 tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW; in dp_tx_bypass_reinjection()
3346 tx_desc->flags |= DP_TX_DESC_FLAG_TO_FW; in dp_tx_send_msdu_multiple()
6129 !(tx_desc->flags & DP_TX_DESC_FLAG_TO_FW))
Ddp_tx.h60 #define DP_TX_DESC_FLAG_TO_FW 0x2 macro
Ddp_tx_desc.h1284 if (qdf_likely(!(desc->flags & DP_TX_DESC_FLAG_TO_FW)) && in dp_tx_desc_update_fast_comp_flag()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_tx.c518 if (tx_desc->flags & DP_TX_DESC_FLAG_TO_FW) in dp_tx_hw_enqueue_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_tx.c331 if (tx_desc->flags & DP_TX_DESC_FLAG_TO_FW) in dp_tx_hw_enqueue_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c1365 if (tx_desc->flags & DP_TX_DESC_FLAG_TO_FW) in dp_tx_hw_enqueue_be()