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

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_x540.c269 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr);
272 if (ixgbe_validate_mac_addr(hw->mac.san_addr) == 0) {
274 hw->mac.san_addr, 0, IXGBE_RAH_AV);
H A Dixgbe_82599.c1176 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr);
1179 if (ixgbe_validate_mac_addr(hw->mac.san_addr) == 0) {
1181 hw->mac.san_addr, 0, IXGBE_RAH_AV);
H A Dixgbe_type.h3769 u8 san_addr[IXGBE_ETH_LENGTH_OF_ADDRESS]; member in struct:ixgbe_mac_info
/freebsd-10.2-release/sys/dev/ixl/
H A Di40e_type.h323 u8 san_addr[I40E_ETH_LENGTH_OF_ADDRESS]; member in struct:i40e_mac_info

Completed in 265 milliseconds