Lines Matching refs:txq
276 struct netdev_queue *txq; in bnx2x_tx_int() local
285 txq = netdev_get_tx_queue(bp->dev, txdata->txq_index); in bnx2x_tx_int()
304 netdev_tx_completed_queue(txq, pkts_compl, bytes_compl); in bnx2x_tx_int()
320 if (unlikely(netif_tx_queue_stopped(txq))) { in bnx2x_tx_int()
331 __netif_tx_lock(txq, smp_processor_id()); in bnx2x_tx_int()
333 if ((netif_tx_queue_stopped(txq)) && in bnx2x_tx_int()
336 netif_tx_wake_queue(txq); in bnx2x_tx_int()
338 __netif_tx_unlock(txq); in bnx2x_tx_int()
3721 struct netdev_queue *txq; in bnx2x_start_xmit() local
3746 txq = netdev_get_tx_queue(dev, txq_index); in bnx2x_start_xmit()
3774 netif_tx_stop_queue(txq); in bnx2x_start_xmit()
4124 netdev_tx_sent_queue(txq, skb->len); in bnx2x_start_xmit()
4148 netif_tx_stop_queue(txq); in bnx2x_start_xmit()
4157 netif_tx_wake_queue(txq); in bnx2x_start_xmit()