Searched refs:queue_get_desc (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/wan/ |
| D | ixp4xx_hss.c | 579 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function 672 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in hss_hdlc_poll() 796 while ((n_desc = queue_get_desc(queue_ids[port->id].txdone, in hss_hdlc_txdone_irq() 876 n = queue_get_desc(txreadyq, port, 1); in hss_hdlc_xmit() 1122 while (queue_get_desc(queue_ids[port->id].rxfree, port, 0) >= 0) in hss_hdlc_close() 1124 while (queue_get_desc(queue_ids[port->id].rx, port, 0) >= 0) in hss_hdlc_close() 1132 while (queue_get_desc(queue_ids[port->id].tx, port, 1) >= 0) in hss_hdlc_close() 1137 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in hss_hdlc_close()
|
| /Linux-v5.4/drivers/net/ethernet/xscale/ |
| D | ixp4xx_eth.c | 623 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() 882 n = queue_get_desc(txreadyq, port, 1); in eth_xmit() 1294 while (queue_get_desc(RXFREE_QUEUE(port->id), port, 0) >= 0) in eth_close() 1306 while (queue_get_desc(port->plat->rxq, port, 0) >= 0) in eth_close() 1314 int n = queue_get_desc(port->plat->txreadyq, port, 1); in eth_close() 1334 while (queue_get_desc(TX_QUEUE(port->id), port, 1) >= 0) in eth_close() 1339 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in eth_close()
|