Searched defs:wwnn_prefix (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c367 * @wwnn_prefix: the alternative WWNN prefix
373 s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix, argument
377 (hw, wwnn_prefix, wwpn_prefix),
H A Dixgbe_common.c4125 * @wwnn_prefix: the alternative WWNN prefix
4131 s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix, argument
4140 *wwnn_prefix = 0xFFFF;
4161 if (hw->eeprom.ops.read(hw, offset, wwnn_prefix)) {
H A Dixgbe_type.h3802 u16 wwnn_prefix; member in struct:ixgbe_mac_info

Completed in 92 milliseconds