Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c945 is_valid_ether_addr(mac->san_addr)) { in ixgbe_fcoe_get_wwn()
947 ((u64) mac->san_addr[0] << 40) | in ixgbe_fcoe_get_wwn()
948 ((u64) mac->san_addr[1] << 32) | in ixgbe_fcoe_get_wwn()
949 ((u64) mac->san_addr[2] << 24) | in ixgbe_fcoe_get_wwn()
950 ((u64) mac->san_addr[3] << 16) | in ixgbe_fcoe_get_wwn()
951 ((u64) mac->san_addr[4] << 8) | in ixgbe_fcoe_get_wwn()
952 ((u64) mac->san_addr[5]); in ixgbe_fcoe_get_wwn()
H A Dixgbe_x540.c143 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
146 if (is_valid_ether_addr(hw->mac.san_addr)) { in ixgbe_reset_hw_X540()
151 hw->mac.san_addr, 0, IXGBE_RAH_AV); in ixgbe_reset_hw_X540()
H A Dixgbe_dcb_nl.c159 perm_addr[i] = adapter->hw.mac.san_addr[j]; in ixgbe_dcbnl_get_perm_hw_addr()
H A Dixgbe_type.h3645 u8 san_addr[ETH_ALEN]; member