Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c31 if (htt->num_pending_tx == htt->max_num_pending_tx - 1) in __ath10k_htt_tx_dec_pending()
51 if (htt->num_pending_tx >= htt->max_num_pending_tx) { in ath10k_htt_tx_inc_pending()
66 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()
82 htt->max_num_pending_tx, GFP_ATOMIC); in ath10k_htt_tx_alloc_msdu_id()
106 htt->max_num_pending_tx); in ath10k_htt_tx_alloc()
111 size = htt->max_num_pending_tx * sizeof(struct ath10k_htt_txbuf); in ath10k_htt_tx_alloc()
124 size = htt->max_num_pending_tx * sizeof(struct htt_msdu_ext_desc); in ath10k_htt_tx_alloc()
138 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc()
171 size = htt->max_num_pending_tx * in ath10k_htt_tx_free()
178 size = htt->max_num_pending_tx * in ath10k_htt_tx_free()
[all …]
Dtxrx.c64 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref()
Dcore.c1478 ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
1489 ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
1498 ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
1510 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
Dhtt.h1486 int max_num_pending_tx; member