Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c3509 int n_buffs; in ath12k_dp_rx_null_q_desc_sg_drop() local
3511 n_buffs = DIV_ROUND_UP(msdu_len, in ath12k_dp_rx_null_q_desc_sg_drop()
3518 if (!n_buffs) in ath12k_dp_rx_null_q_desc_sg_drop()
3522 n_buffs--; in ath12k_dp_rx_null_q_desc_sg_drop()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3882 int n_buffs; in ath11k_dp_rx_null_q_desc_sg_drop() local
3884 n_buffs = DIV_ROUND_UP(msdu_len, in ath11k_dp_rx_null_q_desc_sg_drop()
3891 if (!n_buffs) in ath11k_dp_rx_null_q_desc_sg_drop()
3895 n_buffs--; in ath11k_dp_rx_null_q_desc_sg_drop()