Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dixgbe_type.h3989 struct ixgbe_phy_operations { struct
3990 int32_t (*identify)(struct ixgbe_hw *);
3991 int32_t (*identify_sfp)(struct ixgbe_hw *);
3992 int32_t (*init)(struct ixgbe_hw *);
3993 int32_t (*reset)(struct ixgbe_hw *);
3994 int32_t (*read_reg)(struct ixgbe_hw *, uint32_t, uint32_t, uint16_t *);
3995 int32_t (*write_reg)(struct ixgbe_hw *, uint32_t, uint32_t, uint16_t);
3996 int32_t (*read_reg_mdi)(struct ixgbe_hw *, uint32_t, uint32_t, uint16_t *);
3997 int32_t (*write_reg_mdi)(struct ixgbe_hw *, uint32_t, uint32_t, uint16_t);
3998 int32_t (*setup_link)(struct ixgbe_hw *);
[all …]