Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c3535 int n_buffs; in ath12k_dp_rx_null_q_desc_sg_drop() local
3537 n_buffs = DIV_ROUND_UP(msdu_len, in ath12k_dp_rx_null_q_desc_sg_drop()
3544 if (!n_buffs) in ath12k_dp_rx_null_q_desc_sg_drop()
3548 n_buffs--; in ath12k_dp_rx_null_q_desc_sg_drop()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3943 int n_buffs; in ath11k_dp_rx_null_q_desc_sg_drop() local
3945 n_buffs = DIV_ROUND_UP(msdu_len, in ath11k_dp_rx_null_q_desc_sg_drop()
3952 if (!n_buffs) in ath11k_dp_rx_null_q_desc_sg_drop()
3956 n_buffs--; in ath11k_dp_rx_null_q_desc_sg_drop()