Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c4135 u16 alt_san_mac_blk_offset; in ixgbe_get_wwn_prefix_generic() local
4145 if (hw->eeprom.ops.read(hw, offset, &alt_san_mac_blk_offset)) in ixgbe_get_wwn_prefix_generic()
4148 if ((alt_san_mac_blk_offset == 0) || in ixgbe_get_wwn_prefix_generic()
4149 (alt_san_mac_blk_offset == 0xFFFF)) in ixgbe_get_wwn_prefix_generic()
4153 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_CAPS_OFFSET; in ixgbe_get_wwn_prefix_generic()
4160 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWNN_OFFSET; in ixgbe_get_wwn_prefix_generic()
4166 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWPN_OFFSET; in ixgbe_get_wwn_prefix_generic()