Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.c53 u16 *san_mac_offset);
3029 u16 *san_mac_offset) in ixgbe_get_san_mac_addr_offset() argument
3037 hw->eeprom.ops.read(hw, IXGBE_SAN_MAC_ADDR_PTR, san_mac_offset); in ixgbe_get_san_mac_addr_offset()
3054 u16 san_mac_data, san_mac_offset; in ixgbe_get_san_mac_addr_generic() local
3063 (void) ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset); in ixgbe_get_san_mac_addr_generic()
3065 if ((san_mac_offset == 0) || (san_mac_offset == 0xFFFF)) { in ixgbe_get_san_mac_addr_generic()
3079 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) : in ixgbe_get_san_mac_addr_generic()
3080 (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET); in ixgbe_get_san_mac_addr_generic()
3082 hw->eeprom.ops.read(hw, san_mac_offset, &san_mac_data); in ixgbe_get_san_mac_addr_generic()
3085 san_mac_offset++; in ixgbe_get_san_mac_addr_generic()
[all …]