Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/
Damd8111e.c991 int tx_pkt_size; in amd8111e_calc_coalesce() local
1067 tx_pkt_size = tx_data_rate/tx_pkt_rate; in amd8111e_calc_coalesce()
1068 if (tx_pkt_size < 128){ in amd8111e_calc_coalesce()
1079 else if ( (tx_pkt_size >= 128) && (tx_pkt_size < 512) ){ in amd8111e_calc_coalesce()
1089 else if ((tx_pkt_size >= 512) && (tx_pkt_size < 1024)){ in amd8111e_calc_coalesce()
1099 else if(tx_pkt_size >= 1024){ in amd8111e_calc_coalesce()
1100 if (tx_pkt_size >= 1024){ in amd8111e_calc_coalesce()