Lines Matching refs:txq
735 struct netdev_queue *txq; in __bcm_sysport_tx_reclaim() local
738 txq = netdev_get_tx_queue(ndev, ring->index); in __bcm_sysport_tx_reclaim()
770 if (netif_tx_queue_stopped(txq) && pkts_compl) in __bcm_sysport_tx_reclaim()
771 netif_tx_wake_queue(txq); in __bcm_sysport_tx_reclaim()
1015 struct netdev_queue *txq; in bcm_sysport_xmit() local
1025 txq = netdev_get_tx_queue(dev, queue); in bcm_sysport_xmit()
1031 netif_tx_stop_queue(txq); in bcm_sysport_xmit()
1105 netif_tx_stop_queue(txq); in bcm_sysport_xmit()
1754 u32 txq, rxq; in bcm_sysport_probe() local
1761 if (of_property_read_u32(dn, "systemport,num-txq", &txq)) in bcm_sysport_probe()
1762 txq = TDMA_NUM_RINGS; in bcm_sysport_probe()
1766 dev = alloc_etherdev_mqs(sizeof(*priv), txq, rxq); in bcm_sysport_probe()
1853 priv->base, priv->irq0, priv->irq1, txq, rxq); in bcm_sysport_probe()