Searched refs:list_offset (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | ixgbe_phy.c | 1224 uint16_t list_offset, data_offset; in ixgbe_reset_phy_nl() local 1258 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl() 1890 uint16_t *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument 1924 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets() 1931 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets() 1935 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1941 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets() 1946 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets() 1947 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets() 1956 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets() [all …]
|
| D | ixgbe_82598.c | 204 uint16_t list_offset, data_offset; in ixgbe_init_phy_ops_82598() local 239 &list_offset, in ixgbe_init_phy_ops_82598()
|
| D | ixgbe_82599.c | 212 uint16_t list_offset, data_offset, data_value; in ixgbe_setup_sfp_modules_82599() local 221 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
|
| D | ixgbe.h | 329 uint16_t *list_offset,
|