Searched refs:max_num_pending_tx (Results 1 – 7 of 7) sorted by relevance
149 if (htt->num_pending_tx == htt->max_num_pending_tx - 1) in ath10k_htt_tx_dec_pending()160 if (htt->num_pending_tx >= htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()164 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()206 htt->max_num_pending_tx, GFP_ATOMIC); in ath10k_htt_tx_alloc_msdu_id()244 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_32()277 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_64()298 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_32()317 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_32()338 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_64()357 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_64()[all …]
60 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref()
2676 ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()2692 ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()2702 ar->htt.max_num_pending_tx = in ath10k_core_init_firmware_features()2705 ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()2726 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC_PFC; in ath10k_core_init_firmware_features()2728 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
1868 int max_num_pending_tx; member
1945 cfg->num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_tlv_op_gen_init()
4482 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending()
6848 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()