Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_desc.h662 tx_desc->flags = DP_TX_DESC_FLAG_ALLOCATED; in dp_tx_desc_alloc()
877 tx_desc->flags = DP_TX_DESC_FLAG_ALLOCATED; in dp_tx_desc_alloc()
1048 tx_desc->flags = DP_TX_DESC_FLAG_ALLOCATED; in dp_tx_desc_alloc()
1078 tx_desc->flags = DP_TX_DESC_FLAG_ALLOCATED; in dp_tx_spcl_desc_alloc()
1125 c_desc->flags = DP_TX_DESC_FLAG_ALLOCATED; in dp_tx_desc_alloc_multiple()
H A Ddp_tx.h68 #define DP_TX_DESC_FLAG_ALLOCATED 0x200 macro
H A Ddp_tx.c6907 if (!(tx_desc->flags & DP_TX_DESC_FLAG_ALLOCATED) ||
7115 if (!(tx_desc && (tx_desc->flags & DP_TX_DESC_FLAG_ALLOCATED)))
7134 if (!(tx_desc && (tx_desc->flags & DP_TX_DESC_FLAG_ALLOCATED)))
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_tx.c747 if (!(tx_desc->flags & DP_TX_DESC_FLAG_ALLOCATED) || in dp_tx_compl_handler_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1162 DP_TX_DESC_FLAG_ALLOCATED) || in dp_ppeds_tx_comp_handler()