Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 3748 struct ixgbe_phy_operations { struct 3749 s32 (*identify)(struct ixgbe_hw *); 3750 s32 (*identify_sfp)(struct ixgbe_hw *); 3751 s32 (*init)(struct ixgbe_hw *); 3752 s32 (*reset)(struct ixgbe_hw *); 3753 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *); 3754 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16); 3755 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *); 3756 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16); 3757 s32 (*setup_link)(struct ixgbe_hw *); [all …]
|