max_num_pending_tx 2354 drivers/net/wireless/ath/ath10k/core.c 		ar->htt.max_num_pending_tx = TARGET_NUM_MSDU_DESC;
max_num_pending_tx 2370 drivers/net/wireless/ath/ath10k/core.c 		ar->htt.max_num_pending_tx = TARGET_10X_NUM_MSDU_DESC;
max_num_pending_tx 2380 drivers/net/wireless/ath/ath10k/core.c 			ar->htt.max_num_pending_tx =
max_num_pending_tx 2383 drivers/net/wireless/ath/ath10k/core.c 			ar->htt.max_num_pending_tx = TARGET_TLV_NUM_MSDU_DESC;
max_num_pending_tx 2404 drivers/net/wireless/ath/ath10k/core.c 			ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC_PFC;
max_num_pending_tx 2406 drivers/net/wireless/ath/ath10k/core.c 			ar->htt.max_num_pending_tx = TARGET_10_4_NUM_MSDU_DESC;
max_num_pending_tx 1965 drivers/net/wireless/ath/ath10k/htt.h 	int max_num_pending_tx;
max_num_pending_tx  148 drivers/net/wireless/ath/ath10k/htt_tx.c 	if (htt->num_pending_tx == htt->max_num_pending_tx - 1)
max_num_pending_tx  156 drivers/net/wireless/ath/ath10k/htt_tx.c 	if (htt->num_pending_tx >= htt->max_num_pending_tx)
max_num_pending_tx  160 drivers/net/wireless/ath/ath10k/htt_tx.c 	if (htt->num_pending_tx == htt->max_num_pending_tx)
max_num_pending_tx  202 drivers/net/wireless/ath/ath10k/htt_tx.c 			htt->max_num_pending_tx, GFP_ATOMIC);
max_num_pending_tx  240 drivers/net/wireless/ath/ath10k/htt_tx.c 	size = htt->max_num_pending_tx *
max_num_pending_tx  273 drivers/net/wireless/ath/ath10k/htt_tx.c 	size = htt->max_num_pending_tx *
max_num_pending_tx  294 drivers/net/wireless/ath/ath10k/htt_tx.c 	size = htt->max_num_pending_tx *
max_num_pending_tx  313 drivers/net/wireless/ath/ath10k/htt_tx.c 	size = htt->max_num_pending_tx *
max_num_pending_tx  334 drivers/net/wireless/ath/ath10k/htt_tx.c 	size = htt->max_num_pending_tx *
max_num_pending_tx  353 drivers/net/wireless/ath/ath10k/htt_tx.c 	size = htt->max_num_pending_tx *
max_num_pending_tx  425 drivers/net/wireless/ath/ath10k/htt_tx.c 	size = roundup_pow_of_two(htt->max_num_pending_tx);
max_num_pending_tx  479 drivers/net/wireless/ath/ath10k/htt_tx.c 		   htt->max_num_pending_tx);
max_num_pending_tx  667 drivers/net/wireless/ath/ath10k/htt_tx.c 	cfg->bank_id[0].bank_max_id = __cpu_to_le16(htt->max_num_pending_tx -
max_num_pending_tx  729 drivers/net/wireless/ath/ath10k/htt_tx.c 	cfg->bank_id[0].bank_max_id = __cpu_to_le16(htt->max_num_pending_tx -
max_num_pending_tx 4152 drivers/net/wireless/ath/ath10k/mac.c 	if (ar->htt.num_pending_tx >= (ar->htt.max_num_pending_tx / 2))
max_num_pending_tx   58 drivers/net/wireless/ath/ath10k/txrx.c 	if (tx_done->msdu_id >= htt->max_num_pending_tx) {
max_num_pending_tx 1775 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	cfg->num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx);
max_num_pending_tx 6719 drivers/net/wireless/ath/ath10k/wmi.c 	config.num_msdu_desc = __cpu_to_le32(ar->htt.max_num_pending_tx);