Searched defs:ixgbe_phy_operations (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/netif/ix/ |
H A D | ixgbe_type.h | 4001 struct ixgbe_phy_operations { struct 4002 s32 (*identify)(struct ixgbe_hw *); 4003 s32 (*identify_sfp)(struct ixgbe_hw *); 4004 s32 (*init)(struct ixgbe_hw *); 4005 s32 (*reset)(struct ixgbe_hw *); 4006 s32 (*read_reg)(struct ixgbe_hw *, u32, u32, u16 *); 4007 s32 (*write_reg)(struct ixgbe_hw *, u32, u32, u16); 4008 s32 (*read_reg_mdi)(struct ixgbe_hw *, u32, u32, u16 *); 4009 s32 (*write_reg_mdi)(struct ixgbe_hw *, u32, u32, u16); 4010 s32 (*setup_link)(struct ixgbe_hw *); [all …]
|