Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Damd8111e.c987 int rx_pkt_rate; in amd8111e_calc_coalesce() local
999 rx_pkt_rate = coal_conf->rx_packets - coal_conf->rx_prev_packets; in amd8111e_calc_coalesce()
1005 if(rx_pkt_rate < 800){ in amd8111e_calc_coalesce()
1016 rx_pkt_size = rx_data_rate/rx_pkt_rate; in amd8111e_calc_coalesce()