Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Damd8111e.c957 int rx_pkt_rate; in amd8111e_calc_coalesce() local
969 rx_pkt_rate = coal_conf->rx_packets - coal_conf->rx_prev_packets; in amd8111e_calc_coalesce()
975 if (rx_pkt_rate < 800) { in amd8111e_calc_coalesce()
985 rx_pkt_size = rx_data_rate/rx_pkt_rate; in amd8111e_calc_coalesce()