Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_type.h | 3023 struct ixgbe_phy_operations { struct 3024 s32 (*identify)(struct ixgbe_hw *); 3025 s32 (*identify_sfp)(struct ixgbe_hw *); 3026 s32 (*init)(struct ixgbe_hw *); 3027 s32 (*reset)(struct ixgbe_hw *); 3028 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *); 3029 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16); 3030 s32 (*setup_link)(struct ixgbe_hw *); 3031 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool, 3033 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); [all …]
|