core_txq          292 drivers/net/ethernet/sfc/efx.c 			netdev_tx_completed_queue(tx_queue->core_txq,
core_txq          263 drivers/net/ethernet/sfc/falcon/efx.c 			netdev_tx_completed_queue(tx_queue->core_txq,
core_txq          217 drivers/net/ethernet/sfc/falcon/net_driver.h 	struct netdev_queue *core_txq;
core_txq          132 drivers/net/ethernet/sfc/falcon/tx.c 	netif_tx_stop_queue(txq1->core_txq);
core_txq          143 drivers/net/ethernet/sfc/falcon/tx.c 			netif_tx_start_queue(txq1->core_txq);
core_txq          318 drivers/net/ethernet/sfc/falcon/tx.c 	netdev_tx_sent_queue(tx_queue->core_txq, skb_len);
core_txq          321 drivers/net/ethernet/sfc/falcon/tx.c 	if (!netdev_xmit_more() || netif_xmit_stopped(tx_queue->core_txq)) {
core_txq          418 drivers/net/ethernet/sfc/falcon/tx.c 	tx_queue->core_txq =
core_txq          512 drivers/net/ethernet/sfc/falcon/tx.c 	if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) &&
core_txq          519 drivers/net/ethernet/sfc/falcon/tx.c 			netif_tx_wake_queue(tx_queue->core_txq);
core_txq          625 drivers/net/ethernet/sfc/falcon/tx.c 	netdev_tx_reset_queue(tx_queue->core_txq);
core_txq          244 drivers/net/ethernet/sfc/net_driver.h 	struct netdev_queue *core_txq;
core_txq          149 drivers/net/ethernet/sfc/tx.c 	netif_tx_stop_queue(txq1->core_txq);
core_txq          160 drivers/net/ethernet/sfc/tx.c 			netif_tx_start_queue(txq1->core_txq);
core_txq          554 drivers/net/ethernet/sfc/tx.c 	if (__netdev_tx_sent_queue(tx_queue->core_txq, skb_len, xmit_more)) {
core_txq          675 drivers/net/ethernet/sfc/tx.c 	tx_queue->core_txq =
core_txq          769 drivers/net/ethernet/sfc/tx.c 	if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) &&
core_txq          776 drivers/net/ethernet/sfc/tx.c 			netif_tx_wake_queue(tx_queue->core_txq);
core_txq          890 drivers/net/ethernet/sfc/tx.c 	netdev_tx_reset_queue(tx_queue->core_txq);