Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c1405 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1435 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl()
2001 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
2035 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets()
2041 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
2045 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
2051 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
2056 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
2057 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
2066 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
[all …]
Dixgbe_phy.h158 u16 *list_offset,
Dixgbe_82598.c100 u16 list_offset, data_offset; in ixgbe_init_phy_ops_82598() local
130 &list_offset, in ixgbe_init_phy_ops_82598()
Dixgbe_82599.c103 u16 list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local
111 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()