Home
last modified time | relevance | path

Searched refs:list_offset (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_phy.c1157 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1191 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl()
1838 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
1879 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
1883 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1889 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1894 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1895 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1904 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
1905 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
[all …]
H A Dixgbe_phy.h199 u16 *list_offset,
H A Dixgbe_82598.c196 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local
231 &list_offset, in ixgbe_init_phy_ops_82598()
H A Dixgbe_82599.c176 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local
185 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()