Searched refs:queue_get_desc (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 643 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function 718 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in eth_poll() 899 n = queue_get_desc(txreadyq, port, 1); in eth_xmit() 1358 while (queue_get_desc(RXFREE_QUEUE(port->id), port, 0) >= 0) in eth_close() 1370 while (queue_get_desc(port->plat->rxq, port, 0) >= 0) in eth_close() 1378 int n = queue_get_desc(port->plat->txreadyq, port, 1); in eth_close() 1398 while (queue_get_desc(TX_QUEUE(port->id), port, 1) >= 0) in eth_close() 1403 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in eth_close()
|