Searched refs:cur_agc_index (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/e1000/
H A De1000_phy.c2561 u16 cur_agc_index, max_agc_index = 0; local
2583 cur_agc_index = ((phy_data >> IGP02E1000_AGC_LENGTH_SHIFT) &
2587 if ((cur_agc_index >= IGP02E1000_CABLE_LENGTH_TABLE_SIZE) ||
2588 (cur_agc_index == 0))
2593 e1000_igp_2_cable_length_table[cur_agc_index])
2594 min_agc_index = cur_agc_index;
2596 e1000_igp_2_cable_length_table[cur_agc_index])
2597 max_agc_index = cur_agc_index;
2599 agc_value += e1000_igp_2_cable_length_table[cur_agc_index];

Completed in 101 milliseconds