Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3093 struct ixgbe_phy_operations { struct
3094 s32 (*identify)(struct ixgbe_hw *);
3095 s32 (*identify_sfp)(struct ixgbe_hw *);
3096 s32 (*init)(struct ixgbe_hw *);
3097 s32 (*reset)(struct ixgbe_hw *);
3098 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
3099 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
3100 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
3101 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
3102 s32 (*setup_link)(struct ixgbe_hw *);
[all …]