Home
last modified time | relevance | path

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

/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1255 u32 tx_time_coal; member
Dmvpp2_main.c2793 u32 val = mvpp2_usec_to_cycles(port->tx_time_coal, freq); in mvpp2_tx_time_coal_set()
2796 port->tx_time_coal = in mvpp2_tx_time_coal_set()
2800 val = mvpp2_usec_to_cycles(port->tx_time_coal, freq); in mvpp2_tx_time_coal_set()
5418 port->tx_time_coal = c->tx_coalesce_usecs; in mvpp2_ethtool_set_coalesce()
5446 c->tx_coalesce_usecs = port->tx_time_coal; in mvpp2_ethtool_get_coalesce()
5950 port->tx_time_coal = MVPP2_TXDONE_COAL_USEC; in mvpp2_port_init()