Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 3494 struct ixgbe_phy_operations { struct 3495 s32 (*identify)(struct ixgbe_hw *); 3496 s32 (*identify_sfp)(struct ixgbe_hw *); 3497 s32 (*init)(struct ixgbe_hw *); 3498 s32 (*reset)(struct ixgbe_hw *); 3499 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *); 3500 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16); 3501 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *); 3502 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16); 3503 s32 (*setup_link)(struct ixgbe_hw *); [all …]
|