Searched refs:max_num_pending_tx (Results 1 – 6 of 6) sorted by relevance
159 if (htt->num_pending_tx == htt->max_num_pending_tx - 1) in ath10k_htt_tx_dec_pending()167 if (htt->num_pending_tx >= htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()171 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()213 htt->max_num_pending_tx, GFP_ATOMIC); in ath10k_htt_tx_alloc_msdu_id()251 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_32()284 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_64()305 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_32()324 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_32()345 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_64()364 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_64()[all …]
69 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref()
2068 ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()2084 ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()2093 ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()2114 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC_PFC; in ath10k_core_init_firmware_features()2116 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
1802 int max_num_pending_tx; member
4025 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending()
6513 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()