Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.h66 #define DP_TX_DESC_FLAG_ME 0x80 macro
H A Ddp_tx.c402 if (tx_desc->flags & DP_TX_DESC_FLAG_ME) in dp_tx_desc_release()
3196 if ((desc->flags & DP_TX_DESC_FLAG_ME) && qdf_nbuf_is_cloned(nbuf)) in dp_tx_comp_free_buf()
3342 tx_desc->flags |= DP_TX_DESC_FLAG_ME; in dp_tx_send_msdu_multiple()