Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c159 if (htt->num_pending_tx >= htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()
163 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()
205 htt->max_num_pending_tx, GFP_ATOMIC); in ath10k_htt_tx_alloc_msdu_id()
243 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_32()
276 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_64()
297 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_32()
316 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_32()
337 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_64()
356 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_64()
428 size = roundup_pow_of_two(htt->max_num_pending_tx); in ath10k_htt_tx_alloc_txdone_fifo()
[all …]
H A Dtxrx.c60 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref()
H A Dcore.c2749 ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
2765 ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
2778 ar->htt.max_num_pending_tx = in ath10k_core_init_firmware_features()
2781 ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
2802 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC_PFC; in ath10k_core_init_firmware_features()
2804 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
H A Dhtt.h1886 int max_num_pending_tx; member
H A Dwmi-tlv.c2016 cfg->num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_tlv_op_gen_init()
H A Dmac.c4491 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending()
H A Dwmi.c6916 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()