Searched refs:has_tx_irqs (Results 1 – 2 of 2) sorted by relevance
1463 if (port->has_tx_irqs) in mvpp2_interrupts_unmask()3344 if (port->has_tx_irqs) { in mvpp2_setup_txqs()3662 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_xdp_finish_tx()4459 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_tx()4463 if (!port->has_tx_irqs && txq_pcpu->count <= frags && in mvpp2_tx()4525 if (port->has_tx_irqs) { in mvpp2_poll()4902 if (!port->has_tx_irqs) { in mvpp2_stop()5416 if (port->has_tx_irqs) { in mvpp2_ethtool_set_coalesce()5426 if (port->has_tx_irqs) in mvpp2_ethtool_set_coalesce()5938 if (port->has_tx_irqs) in mvpp2_queue_vectors_init()[all …]
1262 bool has_tx_irqs; member