Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/amd/
Damd8111e.h718 unsigned long tx_prev_bytes; member
Damd8111e.c967 tx_data_rate = coal_conf->tx_bytes - coal_conf->tx_prev_bytes; in amd8111e_calc_coalesce()
968 coal_conf->tx_prev_bytes = coal_conf->tx_bytes; in amd8111e_calc_coalesce()