Home
last modified time | relevance | path

Searched refs:has_tx_irqs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c1438 if (port->has_tx_irqs) in mvpp2_interrupts_unmask()
3322 if (port->has_tx_irqs) { in mvpp2_setup_txqs()
3639 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_xdp_finish_tx()
4427 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_tx()
4431 if (!port->has_tx_irqs && txq_pcpu->count <= frags && in mvpp2_tx()
4493 if (port->has_tx_irqs) { in mvpp2_poll()
4870 if (!port->has_tx_irqs) { in mvpp2_stop()
5400 if (port->has_tx_irqs) { in mvpp2_ethtool_set_coalesce()
5410 if (port->has_tx_irqs) in mvpp2_ethtool_set_coalesce()
5860 if (port->has_tx_irqs) in mvpp2_queue_vectors_init()
[all …]
Dmvpp2.h1254 bool has_tx_irqs; member