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

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 146 mac->ops.read_analog_reg8 = ixgbe_read_analog_reg8_82598;
838 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &analog_val);
841 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK,
847 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G,
853 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G,
859 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_AN,
ixgbe_api.c 1440 return ixgbe_call_func(hw, hw->mac.ops.read_analog_reg8, (hw, reg,
ixgbe_x540.c 99 mac->ops.read_analog_reg8 = NULL;
ixgbe_82599.c 354 mac->ops.read_analog_reg8 = ixgbe_read_analog_reg8_82599;
ixgbe_type.h 4038 s32 (*read_analog_reg8)(struct ixgbe_hw*, u32, u8*); member in struct:ixgbe_mac_operations

Completed in 23 milliseconds