Searched defs:rtl_ops (Results 1 – 1 of 1) sorted by relevance
584 struct rtl_ops { struct585 void (*init)(struct r8152 *);586 int (*enable)(struct r8152 *);587 void (*disable)(struct r8152 *);588 void (*up)(struct r8152 *);589 void (*down)(struct r8152 *);590 void (*unload)(struct r8152 *);591 } rtl_ops; member