Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c912 if (port->has_tx_irqs) in mvpp2_interrupts_unmask()
2401 if (port->has_tx_irqs) { in mvpp2_setup_txqs()
3001 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_tx()
3005 if (!port->has_tx_irqs && txq_pcpu->count <= frags && in mvpp2_tx()
3059 if (port->has_tx_irqs) { in mvpp2_poll()
3413 if (!port->has_tx_irqs) { in mvpp2_stop()
3676 if (port->has_tx_irqs) { in mvpp2_ethtool_set_coalesce()
3686 if (port->has_tx_irqs) in mvpp2_ethtool_set_coalesce()
4041 if (port->has_tx_irqs) in mvpp2_queue_vectors_init()
4605 bool has_tx_irqs; in mvpp2_port_probe() local
[all …]
Dmvpp2.h852 bool has_tx_irqs; member