Searched refs:tx_pkt_size (Results 1 – 1 of 1) sorted by relevance
961 int tx_pkt_size; in amd8111e_calc_coalesce() local1033 tx_pkt_size = tx_data_rate/tx_pkt_rate; in amd8111e_calc_coalesce()1034 if (tx_pkt_size < 128) { in amd8111e_calc_coalesce()1044 } else if ((tx_pkt_size >= 128) && (tx_pkt_size < 512)) { in amd8111e_calc_coalesce()1053 } else if ((tx_pkt_size >= 512) && (tx_pkt_size < 1024)) { in amd8111e_calc_coalesce()1061 } else if (tx_pkt_size >= 1024) { in amd8111e_calc_coalesce()