Searched refs:max_num_pending_tx (Results 1 – 4 of 4) sorted by relevance
28 if (htt->num_pending_tx == htt->max_num_pending_tx - 1) in __ath10k_htt_tx_dec_pending()45 if (htt->num_pending_tx >= htt->max_num_pending_tx) { in ath10k_htt_tx_inc_pending()51 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()89 htt->max_num_pending_tx); in ath10k_htt_tx_alloc()
61 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref()
960 ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()968 ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()974 ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
1333 int max_num_pending_tx; member