queue_get_desc    687 drivers/net/ethernet/xscale/ixp4xx_eth.c 		if ((n = queue_get_desc(rxq, port, 0)) < 0) {
queue_get_desc    871 drivers/net/ethernet/xscale/ixp4xx_eth.c 	n = queue_get_desc(txreadyq, port, 1);
queue_get_desc   1283 drivers/net/ethernet/xscale/ixp4xx_eth.c 	while (queue_get_desc(RXFREE_QUEUE(port->id), port, 0) >= 0)
queue_get_desc   1295 drivers/net/ethernet/xscale/ixp4xx_eth.c 		while (queue_get_desc(port->plat->rxq, port, 0) >= 0)
queue_get_desc   1303 drivers/net/ethernet/xscale/ixp4xx_eth.c 			int n = queue_get_desc(port->plat->txreadyq, port, 1);
queue_get_desc   1323 drivers/net/ethernet/xscale/ixp4xx_eth.c 	while (queue_get_desc(TX_QUEUE(port->id), port, 1) >= 0)
queue_get_desc   1328 drivers/net/ethernet/xscale/ixp4xx_eth.c 		while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0)
queue_get_desc    672 drivers/net/wan/ixp4xx_hss.c 		if ((n = queue_get_desc(rxq, port, 0)) < 0) {
queue_get_desc    796 drivers/net/wan/ixp4xx_hss.c 	while ((n_desc = queue_get_desc(queue_ids[port->id].txdone,
queue_get_desc    876 drivers/net/wan/ixp4xx_hss.c 	n = queue_get_desc(txreadyq, port, 1);
queue_get_desc   1122 drivers/net/wan/ixp4xx_hss.c 	while (queue_get_desc(queue_ids[port->id].rxfree, port, 0) >= 0)
queue_get_desc   1124 drivers/net/wan/ixp4xx_hss.c 	while (queue_get_desc(queue_ids[port->id].rx, port, 0) >= 0)
queue_get_desc   1132 drivers/net/wan/ixp4xx_hss.c 	while (queue_get_desc(queue_ids[port->id].tx, port, 1) >= 0)
queue_get_desc   1137 drivers/net/wan/ixp4xx_hss.c 		while (queue_get_desc(port->plat->txreadyq, port, 1) >= 0)