Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c3712 static int ipw_rx_queue_space(const struct ipw_rx_queue *q) in ipw_rx_queue_space() function
5161 while ((ipw_rx_queue_space(rxq) > 0) && (rxq->free_count)) { in ipw_rx_queue_restock()
8276 if (ipw_rx_queue_space (priv->rxq) > (RX_QUEUE_SIZE / 2)) in ipw_rx()