Home
last modified time | relevance | path

Searched refs:DP_TX_DESC_FLAG_FASTPATH_SIMPLE (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.h75 #define DP_TX_DESC_FLAG_FASTPATH_SIMPLE 0x10000 macro
Ddp_tx.c6861 if (tx_desc->flags & DP_TX_DESC_FLAG_FASTPATH_SIMPLE ||
6923 if (tx_desc->flags & DP_TX_DESC_FLAG_FASTPATH_SIMPLE ||
Ddp_main.c14665 pdev->tx_fast_flag |= DP_TX_DESC_FLAG_FASTPATH_SIMPLE; in dp_pdev_init()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c1832 pdev->tx_fast_flag &= ~DP_TX_DESC_FLAG_FASTPATH_SIMPLE; in dp_enable_enhanced_stats()
1893 pdev->tx_fast_flag |= DP_TX_DESC_FLAG_FASTPATH_SIMPLE; in dp_disable_enhanced_stats()