Lines Matching defs:rtl_ops
738 struct rtl_ops { struct
739 void (*init)(struct r8152 *);
740 int (*enable)(struct r8152 *);
741 void (*disable)(struct r8152 *);
742 void (*up)(struct r8152 *);
743 void (*down)(struct r8152 *);
744 void (*unload)(struct r8152 *);
745 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
746 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
747 bool (*in_nway)(struct r8152 *);
748 void (*hw_phy_cfg)(struct r8152 *);
749 void (*autosuspend_en)(struct r8152 *tp, bool enable);
750 } rtl_ops; member