Searched refs:min_agc_index (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/e1000/
H A De1000_phy.c2562 u16 min_agc_index = IGP02E1000_CABLE_LENGTH_TABLE_SIZE - 1; local
2592 if (e1000_igp_2_cable_length_table[min_agc_index] >
2594 min_agc_index = cur_agc_index;
2602 agc_value -= (e1000_igp_2_cable_length_table[min_agc_index] +

Completed in 64 milliseconds