Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/marvell/
Dmvneta.c483 u32 done_pkts_coal; member
1223 txq->done_pkts_coal = value; in mvneta_tx_done_pkts_coal_set()
2356 mvneta_tx_done_pkts_coal_set(pp, txq, txq->done_pkts_coal); in mvneta_txq_init()
2970 txq->done_pkts_coal = c->tx_max_coalesced_frames; in mvneta_ethtool_set_coalesce()
2971 mvneta_tx_done_pkts_coal_set(pp, txq, txq->done_pkts_coal); in mvneta_ethtool_set_coalesce()
2986 c->tx_max_coalesced_frames = pp->txqs[0].done_pkts_coal; in mvneta_ethtool_get_coalesce()
3148 txq->done_pkts_coal = MVNETA_TXDONE_COAL_PKTS; in mvneta_init()
Dmvpp2.c822 u32 done_pkts_coal; member
5341 if (txq_pcpu->count >= txq->done_pkts_coal) in mvpp2_tx()
5867 txq->done_pkts_coal = c->tx_max_coalesced_frames; in mvpp2_ethtool_set_coalesce()
5881 c->tx_max_coalesced_frames = port->txqs[0]->done_pkts_coal; in mvpp2_ethtool_get_coalesce()
6040 txq->done_pkts_coal = MVPP2_TXDONE_COAL_PKTS_THRESH; in mvpp2_port_init()