HomeSort by: relevance | last modified time | path
    Searched refs:wwnn_prefix (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 153 s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
ixgbe_api.h 200 s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
ixgbe_api.c 370 * @wwnn_prefix: the alternative WWNN prefix
376 s32 ixgbe_get_wwn_prefix(struct ixgbe_hw *hw, u16 *wwnn_prefix,
380 (hw, wwnn_prefix, wwpn_prefix),
ixgbe_x540.c 306 hw->mac.ops.get_wwn_prefix(hw, &hw->mac.wwnn_prefix,
ixgbe_common.c 4353 * @wwnn_prefix: the alternative WWNN prefix
4359 s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
4368 *wwnn_prefix = 0xFFFF;
4389 if (hw->eeprom.ops.read(hw, offset, wwnn_prefix)) {
ixgbe_82599.c 1216 hw->mac.ops.get_wwn_prefix(hw, &hw->mac.wwnn_prefix,
ixgbe_type.h 4193 u16 wwnn_prefix; member in struct:ixgbe_mac_info

Completed in 142 milliseconds