Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Damd8111e.h729 unsigned long rx_prev_bytes; member
Damd8111e.c1002 rx_data_rate = coal_conf->rx_bytes - coal_conf->rx_prev_bytes; in amd8111e_calc_coalesce()
1003 coal_conf->rx_prev_bytes = coal_conf->rx_bytes; in amd8111e_calc_coalesce()