Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1256 u32 tx_time_coal; member
H A Dmvpp2_main.c2796 u32 val = mvpp2_usec_to_cycles(port->tx_time_coal, freq); in mvpp2_tx_time_coal_set()
2799 port->tx_time_coal = in mvpp2_tx_time_coal_set()
2803 val = mvpp2_usec_to_cycles(port->tx_time_coal, freq); in mvpp2_tx_time_coal_set()
5429 port->tx_time_coal = c->tx_coalesce_usecs; in mvpp2_ethtool_set_coalesce()
5457 c->tx_coalesce_usecs = port->tx_time_coal; in mvpp2_ethtool_get_coalesce()
5965 port->tx_time_coal = MVPP2_TXDONE_COAL_USEC; in mvpp2_port_init()