Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c3653 static int ipw_rx_queue_space(const struct ipw_rx_queue *q) in ipw_rx_queue_space() function
5102 while ((ipw_rx_queue_space(rxq) > 0) && (rxq->free_count)) { in ipw_rx_queue_restock()
8212 if (ipw_rx_queue_space (priv->rxq) > (RX_QUEUE_SIZE / 2)) in ipw_rx()