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

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c1835 u16 sfp_id; local
1883 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1886 while (sfp_id != IXGBE_PHY_INIT_END_NL) {
1887 if (sfp_id == sfp_type) {
1899 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1904 if (sfp_id == IXGBE_PHY_INIT_END_NL) {

Completed in 107 milliseconds