Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h854 u32 tx_time_coal; member
Dmvpp2_main.c1920 u32 val = mvpp2_usec_to_cycles(port->tx_time_coal, freq); in mvpp2_tx_time_coal_set()
1923 port->tx_time_coal = in mvpp2_tx_time_coal_set()
1927 val = mvpp2_usec_to_cycles(port->tx_time_coal, freq); in mvpp2_tx_time_coal_set()
3677 port->tx_time_coal = c->tx_coalesce_usecs; in mvpp2_ethtool_set_coalesce()
3702 c->tx_coalesce_usecs = port->tx_time_coal; in mvpp2_ethtool_get_coalesce()
4106 port->tx_time_coal = MVPP2_TXDONE_COAL_USEC; in mvpp2_port_init()