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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c55 u16 *san_mac_offset);
3442 * @san_mac_offset: SAN MAC address offset
3449 u16 *san_mac_offset)
3460 san_mac_offset);
3482 u16 san_mac_data, san_mac_offset; local
3492 ret_val = ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset);
3493 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF)
3499 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) :
3500 (san_mac_offset
3448 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw, u16 *san_mac_offset) argument
3536 u16 san_mac_data, san_mac_offset; local
[all...]

Completed in 69 milliseconds