Home
last modified time | relevance | path

Searched refs:DP_TX_DESC_FLAG_FRAG (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_tx.c490 (tx_desc->flags & DP_TX_DESC_FLAG_FRAG)); in dp_tx_hw_enqueue_li()
541 (tx_desc->flags & DP_TX_DESC_FLAG_FRAG), in dp_tx_hw_enqueue_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_tx.c311 (tx_desc->flags & DP_TX_DESC_FLAG_FRAG)); in dp_tx_hw_enqueue_rh()
352 (tx_desc->flags & DP_TX_DESC_FLAG_FRAG), in dp_tx_hw_enqueue_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.h59 #define DP_TX_DESC_FLAG_FRAG 0x1 macro
Ddp_tx.c1385 tx_desc->flags |= DP_TX_DESC_FLAG_FRAG; in dp_tx_prepare_desc()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c1347 (tx_desc->flags & DP_TX_DESC_FLAG_FRAG)); in dp_tx_hw_enqueue_be()