Home
last modified time | relevance | path

Searched refs:num_push_allowed (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dcore.h442 unsigned long num_push_allowed; member
H A Dhtt.h2025 u16 num_push_allowed; member
H A Dhtt_rx.c3468 ar->htt.tx_q_state.num_push_allowed = threshold; in ath10k_htt_rx_tx_mode_switch_ind()
3501 artxq->num_push_allowed = le16_to_cpu(record->num_max_msdus); in ath10k_htt_rx_tx_mode_switch_ind()
H A Dmac.c4137 if (ar->htt.num_pending_tx < ar->htt.tx_q_state.num_push_allowed) in ath10k_mac_tx_can_push()
4140 if (artxq->num_fw_queued < artxq->num_push_allowed) in ath10k_mac_tx_can_push()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dcore.h444 unsigned long num_push_allowed; member
H A Dhtt.h1914 u16 num_push_allowed; member
H A Dhtt_rx.c3592 ar->htt.tx_q_state.num_push_allowed = threshold; in ath10k_htt_rx_tx_mode_switch_ind()
3625 artxq->num_push_allowed = le16_to_cpu(record->num_max_msdus); in ath10k_htt_rx_tx_mode_switch_ind()
H A Dmac.c4320 if (ar->htt.num_pending_tx < ar->htt.tx_q_state.num_push_allowed) in ath10k_mac_tx_can_push()
4323 if (artxq->num_fw_queued < artxq->num_push_allowed) in ath10k_mac_tx_can_push()

Completed in 70 milliseconds