Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3539 struct ixgbe_phy_operations { struct
3540 int (*identify)(struct ixgbe_hw *);
3541 int (*identify_sfp)(struct ixgbe_hw *);
3542 int (*init)(struct ixgbe_hw *);
3543 int (*reset)(struct ixgbe_hw *);
3544 int (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
3545 int (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
3546 int (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
3547 int (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
3548 int (*setup_link)(struct ixgbe_hw *);
[all …]