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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c757 u16 sfp_id; local
794 hw->eeprom.ops.read(hw, *list_offset, &sfp_id);
796 while (sfp_id != IXGBE_PHY_INIT_END_NL) {
797 if (sfp_id == sfp_type) {
808 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
813 if (sfp_id == IXGBE_PHY_INIT_END_NL) {

Completed in 91 milliseconds