Home
last modified time | relevance | path

Searched refs:DP_TX_DESC_FLAG_FAST (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.h77 #define DP_TX_DESC_FLAG_FAST 0x40000 macro
H A Ddp_tx_desc.h1290 desc->flags |= DP_TX_DESC_FLAG_FAST; in dp_tx_desc_update_fast_comp_flag()
H A Ddp_tx.c2117 if (qdf_likely(tx_desc->flags & DP_TX_DESC_FLAG_FAST)) { in dp_tx_nbuf_map()
6318 if (qdf_likely(desc->flags & DP_TX_DESC_FLAG_FAST))
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1933 tx_desc->flags |= DP_TX_DESC_FLAG_FAST; in dp_tx_fast_send_be()