Lines Matching refs:txq
278 struct netdev_queue *txq; in bnx2x_tx_int() local
287 txq = netdev_get_tx_queue(bp->dev, txdata->txq_index); in bnx2x_tx_int()
306 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in bnx2x_tx_int()
322 if (unlikely(netif_tx_queue_stopped(txq))) { in bnx2x_tx_int()
333 __netif_tx_lock(txq, smp_processor_id()); in bnx2x_tx_int()
335 if ((netif_tx_queue_stopped(txq)) && in bnx2x_tx_int()
338 netif_tx_wake_queue(txq); in bnx2x_tx_int()
340 __netif_tx_unlock(txq); in bnx2x_tx_int()
3786 struct netdev_queue *txq; in bnx2x_start_xmit() local
3811 txq = netdev_get_tx_queue(dev, txq_index); in bnx2x_start_xmit()
3839 netif_tx_stop_queue(txq); in bnx2x_start_xmit()
4189 netdev_tx_sent_queue(txq, skb->len); in bnx2x_start_xmit()
4213 netif_tx_stop_queue(txq); in bnx2x_start_xmit()
4222 netif_tx_wake_queue(txq); in bnx2x_start_xmit()