Lines Matching defs:rtl_ops
879 struct rtl_ops { struct
880 void (*init)(struct r8152 *tp);
881 int (*enable)(struct r8152 *tp);
882 void (*disable)(struct r8152 *tp);
883 void (*up)(struct r8152 *tp);
884 void (*down)(struct r8152 *tp);
885 void (*unload)(struct r8152 *tp);
886 int (*eee_get)(struct r8152 *tp, struct ethtool_eee *eee);
887 int (*eee_set)(struct r8152 *tp, struct ethtool_eee *eee);
888 bool (*in_nway)(struct r8152 *tp);
889 void (*hw_phy_cfg)(struct r8152 *tp);
890 void (*autosuspend_en)(struct r8152 *tp, bool enable);
891 void (*change_mtu)(struct r8152 *tp);
892 } rtl_ops; member