Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dixp4xx_hss.c582 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function
675 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in hss_hdlc_poll()
799 while ((n_desc = queue_get_desc(queue_ids[port->id].txdone, in hss_hdlc_txdone_irq()
879 n = queue_get_desc(txreadyq, port, 1); in hss_hdlc_xmit()
1125 while (queue_get_desc(queue_ids[port->id].rxfree, port, 0) >= 0) in hss_hdlc_close()
1127 while (queue_get_desc(queue_ids[port->id].rx, port, 0) >= 0) in hss_hdlc_close()
1135 while (queue_get_desc(queue_ids[port->id].tx, port, 1) >= 0) in hss_hdlc_close()
1140 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in hss_hdlc_close()
/Linux-v4.19/drivers/net/ethernet/xscale/
Dixp4xx_eth.c626 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function
701 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in eth_poll()
885 n = queue_get_desc(txreadyq, port, 1); in eth_xmit()
1297 while (queue_get_desc(RXFREE_QUEUE(port->id), port, 0) >= 0) in eth_close()
1309 while (queue_get_desc(port->plat->rxq, port, 0) >= 0) in eth_close()
1317 int n = queue_get_desc(port->plat->txreadyq, port, 1); in eth_close()
1337 while (queue_get_desc(TX_QUEUE(port->id), port, 1) >= 0) in eth_close()
1342 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in eth_close()