Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 3315 struct ixgbe_phy_operations { struct 3316 s32 (*identify)(struct ixgbe_hw *); 3317 s32 (*identify_sfp)(struct ixgbe_hw *); 3318 s32 (*init)(struct ixgbe_hw *); 3319 s32 (*reset)(struct ixgbe_hw *); 3320 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *); 3321 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16); 3322 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *); 3323 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16); 3324 s32 (*setup_link)(struct ixgbe_hw *); [all …]
|