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.h3584 struct ixgbe_phy_operations { struct
3585 int (*identify)(struct ixgbe_hw *);
3586 int (*identify_sfp)(struct ixgbe_hw *);
3587 int (*init)(struct ixgbe_hw *);
3588 int (*reset)(struct ixgbe_hw *);
3589 int (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
3590 int (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
3591 int (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
3592 int (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
3593 int (*setup_link)(struct ixgbe_hw *);
[all …]