Searched refs:queue_get_desc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 580 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function 673 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in hss_hdlc_poll() 797 while ((n_desc = queue_get_desc(queue_ids[port->id].txdone, in hss_hdlc_txdone_irq() 877 n = queue_get_desc(txreadyq, port, 1); in hss_hdlc_xmit() 1123 while (queue_get_desc(queue_ids[port->id].rxfree, port, 0) >= 0) in hss_hdlc_close() 1125 while (queue_get_desc(queue_ids[port->id].rx, port, 0) >= 0) in hss_hdlc_close() 1133 while (queue_get_desc(queue_ids[port->id].tx, port, 1) >= 0) in hss_hdlc_close() 1138 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in hss_hdlc_close()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 588 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function 681 n = queue_get_desc(rxq, port, 0); in hss_hdlc_poll() 806 while ((n_desc = queue_get_desc(port->txdoneq, in hss_hdlc_txdone_irq() 887 n = queue_get_desc(txreadyq, port, 1); in hss_hdlc_xmit() 1167 while (queue_get_desc(port->rxfreeq, port, 0) >= 0) in hss_hdlc_close() 1169 while (queue_get_desc(port->rxq, port, 0) >= 0) in hss_hdlc_close() 1177 while (queue_get_desc(port->txq, port, 1) >= 0) in hss_hdlc_close() 1182 while (queue_get_desc(port->txreadyq, port, 1) >= 0) in hss_hdlc_close()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 614 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function 689 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in eth_poll() 870 n = queue_get_desc(txreadyq, port, 1); in eth_xmit() 1280 while (queue_get_desc(RXFREE_QUEUE(port->id), port, 0) >= 0) in eth_close() 1292 while (queue_get_desc(port->plat->rxq, port, 0) >= 0) in eth_close() 1300 int n = queue_get_desc(port->plat->txreadyq, port, 1); in eth_close() 1320 while (queue_get_desc(TX_QUEUE(port->id), port, 1) >= 0) in eth_close() 1325 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in eth_close()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 635 static inline int queue_get_desc(unsigned int queue, struct port *port, in queue_get_desc() function 710 if ((n = queue_get_desc(rxq, port, 0)) < 0) { in eth_poll() 891 n = queue_get_desc(txreadyq, port, 1); in eth_xmit() 1302 while (queue_get_desc(RXFREE_QUEUE(port->id), port, 0) >= 0) in eth_close() 1314 while (queue_get_desc(port->plat->rxq, port, 0) >= 0) in eth_close() 1322 int n = queue_get_desc(port->plat->txreadyq, port, 1); in eth_close() 1342 while (queue_get_desc(TX_QUEUE(port->id), port, 1) >= 0) in eth_close() 1347 while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0) in eth_close()
|
Completed in 10 milliseconds