Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3478 struct ixgbe_phy_operations { struct
3479 s32 (*identify)(struct ixgbe_hw *);
3480 s32 (*identify_sfp)(struct ixgbe_hw *);
3481 s32 (*init)(struct ixgbe_hw *);
3482 s32 (*reset)(struct ixgbe_hw *);
3483 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
3484 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
3485 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
3486 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
3487 s32 (*setup_link)(struct ixgbe_hw *);
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h3490 struct ixgbe_phy_operations { struct
3491 s32 (*identify)(struct ixgbe_hw *);
3492 s32 (*identify_sfp)(struct ixgbe_hw *);
3493 s32 (*init)(struct ixgbe_hw *);
3494 s32 (*reset)(struct ixgbe_hw *);
3495 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *);
3496 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16);
3497 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *);
3498 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16);
3499 s32 (*setup_link)(struct ixgbe_hw *);
[all …]