Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2773 struct ixgbe_phy_operations { struct
2774 s32 (*identify)(struct ixgbe_hw *);
2775 s32 (*identify_sfp)(struct ixgbe_hw *);
2776 s32 (*init)(struct ixgbe_hw *);
2777 s32 (*reset)(struct ixgbe_hw *);
2778 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
2779 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
2780 s32 (*setup_link)(struct ixgbe_hw *);
2781 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool,
2783 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
[all …]