Home
last modified time | relevance | path

Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_type.h4149 struct ixgbe_phy_operations { struct
4150 s32 (*identify)(struct ixgbe_hw *);
4151 s32 (*identify_sfp)(struct ixgbe_hw *);
4152 s32 (*init)(struct ixgbe_hw *);
4153 s32 (*reset)(struct ixgbe_hw *);
4154 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
4155 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
4156 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
4157 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
4158 s32 (*setup_link)(struct ixgbe_hw *);
[all …]