Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h3587 struct ixgbe_phy_operations { struct
3588 int (*identify)(struct ixgbe_hw *);
3589 int (*identify_sfp)(struct ixgbe_hw *);
3590 int (*init)(struct ixgbe_hw *);
3591 int (*reset)(struct ixgbe_hw *);
3592 int (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
3593 int (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
3594 int (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
3595 int (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
3596 int (*setup_link)(struct ixgbe_hw *);
[all …]