Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Damd8111e.c1014 int tx_pkt_size; in amd8111e_calc_coalesce() local
1090 tx_pkt_size = tx_data_rate/tx_pkt_rate; in amd8111e_calc_coalesce()
1091 if (tx_pkt_size < 128){ in amd8111e_calc_coalesce()
1102 else if ( (tx_pkt_size >= 128) && (tx_pkt_size < 512) ){ in amd8111e_calc_coalesce()
1112 else if ((tx_pkt_size >= 512) && (tx_pkt_size < 1024)){ in amd8111e_calc_coalesce()
1122 else if(tx_pkt_size >= 1024){ in amd8111e_calc_coalesce()
1123 if (tx_pkt_size >= 1024){ in amd8111e_calc_coalesce()