Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c1830 pdev->tx_fast_flag &= ~DP_TX_DESC_FLAG_SIMPLE; in dp_enable_enhanced_stats()
1832 pdev->tx_fast_flag &= ~DP_TX_DESC_FLAG_FASTPATH_SIMPLE; in dp_enable_enhanced_stats()
1891 pdev->tx_fast_flag |= DP_TX_DESC_FLAG_SIMPLE; in dp_disable_enhanced_stats()
1893 pdev->tx_fast_flag |= DP_TX_DESC_FLAG_FASTPATH_SIMPLE; in dp_disable_enhanced_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c1928 tx_desc->flags |= pdev->tx_fast_flag; in dp_tx_fast_send_be()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h3636 uint32_t tx_fast_flag; member
H A Ddp_main.c14663 pdev->tx_fast_flag = DP_TX_DESC_FLAG_SIMPLE; in dp_pdev_init()
14665 pdev->tx_fast_flag |= DP_TX_DESC_FLAG_FASTPATH_SIMPLE; in dp_pdev_init()