Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_type.h2555 struct ixgbe_phy_operations { struct
2556 s32 (*identify)(struct ixgbe_hw *);
2557 s32 (*identify_sfp)(struct ixgbe_hw *);
2558 s32 (*init)(struct ixgbe_hw *);
2559 s32 (*reset)(struct ixgbe_hw *);
2560 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
2561 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
2562 s32 (*setup_link)(struct ixgbe_hw *);
2563 s32 (*setup_link_speed)(struct ixgbe_hw *, ixgbe_link_speed, bool,
2565 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *);
[all …]