Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1463 if (port->has_tx_irqs) in mvpp2_interrupts_unmask()
3346 if (port->has_tx_irqs) { in mvpp2_setup_txqs()
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()
5430 if (port->has_tx_irqs) { in mvpp2_ethtool_set_coalesce()
5440 if (port->has_tx_irqs) in mvpp2_ethtool_set_coalesce()
5926 if (port->has_tx_irqs) in mvpp2_queue_vectors_init()
6820 bool has_tx_irqs; in mvpp2_port_probe() local
6883 port->has_tx_irqs = has_tx_irqs; in mvpp2_port_probe()
[all …]
H A Dmvpp2.h1262 bool has_tx_irqs; member