Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.h766 pdev->tx_descs_max = 0; in dp_tx_pdev_init()
1768 if (pdev->tx_descs_max < tx_descs_cnt) in dp_update_tx_desc_stats()
1769 pdev->tx_descs_max = tx_descs_cnt; in dp_update_tx_desc_stats()
1771 pdev->tx_descs_max); in dp_update_tx_desc_stats()
H A Ddp_types.h3700 int32_t tx_descs_max; member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mem.c94 int32_t tx_descs_max; member
3038 return qdf_mem_stat.tx_descs_max; in qdf_mem_tx_desc_max_read()
3044 int32_t tx_descs_max) in qdf_mem_tx_desc_cnt_update() argument
3047 qdf_mem_stat.tx_descs_max = tx_descs_max; in qdf_mem_tx_desc_cnt_update()
3059 qdf_mem_stat.tx_descs_max = 0; in qdf_mem_stats_init()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_mem.h1422 int32_t tx_descs_max);