Lines Matching refs:has_tx_irqs
1463 if (port->has_tx_irqs) in mvpp2_interrupts_unmask()
3359 if (port->has_tx_irqs) { in mvpp2_setup_txqs()
3677 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_xdp_finish_tx()
4468 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_tx()
4472 if (!port->has_tx_irqs && txq_pcpu->count <= frags && in mvpp2_tx()
4534 if (port->has_tx_irqs) { in mvpp2_poll()
4911 if (!port->has_tx_irqs) { in mvpp2_stop()
5439 if (port->has_tx_irqs) { in mvpp2_ethtool_set_coalesce()
5449 if (port->has_tx_irqs) in mvpp2_ethtool_set_coalesce()
5911 if (port->has_tx_irqs) in mvpp2_queue_vectors_init()
6745 bool has_tx_irqs; in mvpp2_port_probe() local
6750 has_tx_irqs = mvpp2_port_has_irqs(priv, port_node, &flags); in mvpp2_port_probe()
6751 if (!has_tx_irqs && queue_mode == MVPP2_QDIST_MULTI_MODE) { in mvpp2_port_probe()
6808 port->has_tx_irqs = has_tx_irqs; in mvpp2_port_probe()
6913 if (!port->has_tx_irqs) { in mvpp2_port_probe()