Lines Matching refs:netif_txq
146 struct netdev_queue *netif_txq; in emac_tx_complete_packets() local
186 netif_txq = netdev_get_tx_queue(ndev, chn); in emac_tx_complete_packets()
187 netdev_tx_completed_queue(netif_txq, num_tx, total_bytes); in emac_tx_complete_packets()
189 if (netif_tx_queue_stopped(netif_txq)) { in emac_tx_complete_packets()
193 __netif_tx_lock(netif_txq, smp_processor_id()); in emac_tx_complete_packets()
197 netif_tx_wake_queue(netif_txq); in emac_tx_complete_packets()
198 __netif_tx_unlock(netif_txq); in emac_tx_complete_packets()
695 struct netdev_queue *netif_txq; in emac_ndo_start_xmit() local
709 netif_txq = netdev_get_tx_queue(ndev, q_idx); in emac_ndo_start_xmit()
793 netdev_tx_sent_queue(netif_txq, pkt_len); in emac_ndo_start_xmit()
810 netif_tx_stop_queue(netif_txq); in emac_ndo_start_xmit()
816 netif_tx_wake_queue(netif_txq); in emac_ndo_start_xmit()
847 netif_tx_stop_queue(netif_txq); in emac_ndo_start_xmit()