Searched defs:sfp_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c1898 u16 sfp_id; local
1946 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1949 while (sfp_id != IXGBE_PHY_INIT_END_NL) {
1950 if (sfp_id == sfp_type) {
1962 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1967 if (sfp_id == IXGBE_PHY_INIT_END_NL) {

Completed in 65 milliseconds