Home
last modified time | relevance | path

Searched refs:DP_TX_DESC_FLAG_UNMAP_DONE (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.h70 #define DP_TX_DESC_FLAG_UNMAP_DONE 0x800 macro
H A Ddp_tx.c2155 if (qdf_likely(!(desc->flags & DP_TX_DESC_FLAG_UNMAP_DONE))) { in dp_tx_enh_unmap()
2157 desc->flags |= DP_TX_DESC_FLAG_UNMAP_DONE; in dp_tx_enh_unmap()
2163 if (qdf_likely(!(desc->flags & DP_TX_DESC_FLAG_UNMAP_DONE))) in dp_tx_unmap()