Home
last modified time | relevance | path

Searched refs:n_buffs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Ddp_rx.c3480 int n_buffs; in ath12k_dp_rx_null_q_desc_sg_drop() local
3482 n_buffs = DIV_ROUND_UP(msdu_len, in ath12k_dp_rx_null_q_desc_sg_drop()
3489 if (!n_buffs) in ath12k_dp_rx_null_q_desc_sg_drop()
3493 n_buffs--; in ath12k_dp_rx_null_q_desc_sg_drop()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Ddp_rx.c3876 int n_buffs; in ath11k_dp_rx_null_q_desc_sg_drop() local
3878 n_buffs = DIV_ROUND_UP(msdu_len, in ath11k_dp_rx_null_q_desc_sg_drop()
3885 if (!n_buffs) in ath11k_dp_rx_null_q_desc_sg_drop()
3889 n_buffs--; in ath11k_dp_rx_null_q_desc_sg_drop()