Lines Matching defs:rtl_ops
608 struct rtl_ops { struct
609 void (*init)(struct r8152 *);
610 int (*enable)(struct r8152 *);
611 void (*disable)(struct r8152 *);
612 void (*up)(struct r8152 *);
613 void (*down)(struct r8152 *);
614 void (*unload)(struct r8152 *);
615 int (*eee_get)(struct r8152 *, struct ethtool_eee *);
616 int (*eee_set)(struct r8152 *, struct ethtool_eee *);
617 bool (*in_nway)(struct r8152 *);
618 } rtl_ops; member