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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h152 s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
H A Dixgbe_api.h197 s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
H A Dixgbe_api.c365 * @wwnn_prefix: the alternative WWNN prefix
371 s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix, argument
375 (hw, wwnn_prefix, wwpn_prefix),
H A Dixgbe_x540.c301 hw->mac.ops.get_wwn_prefix(hw, &hw->mac.wwnn_prefix,
H A Dixgbe_common.c4277 * @wwnn_prefix: the alternative WWNN prefix
4283 s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix, argument
4292 *wwnn_prefix = 0xFFFF;
4313 if (hw->eeprom.ops.read(hw, offset, wwnn_prefix)) {
H A Dixgbe_82599.c1200 hw->mac.ops.get_wwn_prefix(hw, &hw->mac.wwnn_prefix,
H A Dixgbe_type.h4067 u16 wwnn_prefix; member in struct:ixgbe_mac_info

Completed in 275 milliseconds