Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c148 if (htt->num_pending_tx == htt->max_num_pending_tx - 1) in ath10k_htt_tx_dec_pending()
156 if (htt->num_pending_tx >= htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()
160 if (htt->num_pending_tx == htt->max_num_pending_tx) in ath10k_htt_tx_inc_pending()
202 htt->max_num_pending_tx, GFP_ATOMIC); in ath10k_htt_tx_alloc_msdu_id()
240 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_32()
273 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_txbuf_64()
294 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_32()
313 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_32()
334 size = htt->max_num_pending_tx * in ath10k_htt_tx_free_cont_frag_desc_64()
353 size = htt->max_num_pending_tx * in ath10k_htt_tx_alloc_cont_frag_desc_64()
[all …]
Dtxrx.c59 if (tx_done->msdu_id >= htt->max_num_pending_tx) { in ath10k_txrx_tx_unref()
Dcore.c2443 ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
2459 ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
2469 ar->htt.max_num_pending_tx = in ath10k_core_init_firmware_features()
2472 ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
2493 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC_PFC; in ath10k_core_init_firmware_features()
2495 ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC; in ath10k_core_init_firmware_features()
Dhtt.h1977 int max_num_pending_tx; member
Dwmi-tlv.c1923 cfg->num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_tlv_op_gen_init()
Dmac.c4294 if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2)) in ath10k_mac_tx_push_pending()
Dwmi.c6817 config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx); in ath10k_wmi_10_4_op_gen_init()