Home
last modified time | relevance | path

Searched refs:DP_TX_DESC_FLAG_PPEDS (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.h76 #define DP_TX_DESC_FLAG_PPEDS 0x20000 macro
Ddp_tx.c364 if (tx_desc->flags & DP_TX_DESC_FLAG_PPEDS) { in dp_tx_release_ds_tx_desc()
6462 if (desc->flags & DP_TX_DESC_FLAG_PPEDS) {
6862 tx_desc->flags & DP_TX_DESC_FLAG_PPEDS)
6924 tx_desc->flags & DP_TX_DESC_FLAG_PPEDS) {
7118 if (tx_desc->flags & DP_TX_DESC_FLAG_PPEDS)
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c1163 !(tx_desc->flags & DP_TX_DESC_FLAG_PPEDS))) { in dp_ppeds_tx_comp_handler()