Searched defs:ixgbe_phy_operations (Results 1 – 2 of 2) sorted by relevance
54464 struct ixgbe_phy_operations { struct54465 s32 (*identify)(struct ixgbe_hw *);54466 s32 (*identify_sfp)(struct ixgbe_hw *);54467 s32 (*init)(struct ixgbe_hw *);54491 struct ixgbe_phy_operations ops; argument