Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_common.h114 s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
115 s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
H A Dixgbe_api.c252 s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr) in ixgbe_get_san_mac_addr() argument
255 (hw, san_mac_addr), IXGBE_NOT_IMPLEMENTED); in ixgbe_get_san_mac_addr()
265 s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr) in ixgbe_set_san_mac_addr() argument
268 (hw, san_mac_addr), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_san_mac_addr()
H A Dixgbe_api.h167 s32 ixgbe_get_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
168 s32 ixgbe_set_san_mac_addr(struct ixgbe_hw *hw, u8 *san_mac_addr);
H A Dixgbe_common.c3052 s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr) in ixgbe_get_san_mac_addr_generic() argument
3071 san_mac_addr[i] = 0xFF; in ixgbe_get_san_mac_addr_generic()
3083 san_mac_addr[i * 2] = (u8)(san_mac_data); in ixgbe_get_san_mac_addr_generic()
3084 san_mac_addr[i * 2 + 1] = (u8)(san_mac_data >> 8); in ixgbe_get_san_mac_addr_generic()
3099 s32 ixgbe_set_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr) in ixgbe_set_san_mac_addr_generic() argument
3122 san_mac_data = (u16)((u16)(san_mac_addr[i * 2 + 1]) << 8); in ixgbe_set_san_mac_addr_generic()
3123 san_mac_data |= (u16)(san_mac_addr[i * 2]); in ixgbe_set_san_mac_addr_generic()