Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c1161 if (port->has_tx_irqs) in mvpp2_interrupts_unmask()
2959 if (port->has_tx_irqs) { in mvpp2_setup_txqs()
3280 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_xdp_finish_tx()
4069 if (!port->has_tx_irqs && txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_tx()
4073 if (!port->has_tx_irqs && txq_pcpu->count <= frags && in mvpp2_tx()
4135 if (port->has_tx_irqs) { in mvpp2_poll()
4509 if (!port->has_tx_irqs) { in mvpp2_stop()
5024 if (port->has_tx_irqs) { in mvpp2_ethtool_set_coalesce()
5034 if (port->has_tx_irqs) in mvpp2_ethtool_set_coalesce()
5470 if (port->has_tx_irqs) in mvpp2_queue_vectors_init()
[all …]
H A Dmvpp2.h1161 bool has_tx_irqs; member