Home
last modified time | relevance | path

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

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