Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wan/
Dixp4xx_hss.c580 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function
673 n = queue_get_desc(rxq, port, 0); in hss_hdlc_poll()
798 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()
1134 while (queue_get_desc(queue_ids[port->id].rxfree, port, 0) >= 0) in hss_hdlc_close()
1136 while (queue_get_desc(queue_ids[port->id].rx, port, 0) >= 0) in hss_hdlc_close()
1144 while (queue_get_desc(queue_ids[port->id].tx, port, 1) >= 0) in hss_hdlc_close()
1149 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in hss_hdlc_close()
/Linux-v5.15/drivers/net/ethernet/xscale/
Dixp4xx_eth.c623 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function
698 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in eth_poll()
879 n = queue_get_desc(txreadyq, port, 1); in eth_xmit()
1291 while (queue_get_desc(RXFREE_QUEUE(port->id), port, 0) >= 0) in eth_close()
1303 while (queue_get_desc(port->plat->rxq, port, 0) >= 0) in eth_close()
1311 int n = queue_get_desc(port->plat->txreadyq, port, 1); in eth_close()
1331 while (queue_get_desc(TX_QUEUE(port->id), port, 1) >= 0) in eth_close()
1336 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in eth_close()