Home
last modified time | relevance | path

Searched refs:tx_pkt_rate (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Damd8111e.c958 int tx_pkt_rate; in amd8111e_calc_coalesce() local
965 tx_pkt_rate = coal_conf->tx_packets - coal_conf->tx_prev_packets; in amd8111e_calc_coalesce()
1028 if(tx_pkt_rate < 800){ in amd8111e_calc_coalesce()
1039 tx_pkt_size = tx_data_rate/tx_pkt_rate; in amd8111e_calc_coalesce()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H A Damd8111e.c956 int tx_pkt_rate; in amd8111e_calc_coalesce() local
963 tx_pkt_rate = coal_conf->tx_packets - coal_conf->tx_prev_packets; in amd8111e_calc_coalesce()
1023 if (tx_pkt_rate < 800) { in amd8111e_calc_coalesce()
1033 tx_pkt_size = tx_data_rate/tx_pkt_rate; in amd8111e_calc_coalesce()

Completed in 5 milliseconds