Searched defs:rtl_ops (Results 1 – 1 of 1) sorted by relevance
631 struct rtl_ops { struct632 void (*init)(struct r8152 *);633 int (*enable)(struct r8152 *);634 void (*disable)(struct r8152 *);635 void (*up)(struct r8152 *);636 void (*down)(struct r8152 *);637 void (*unload)(struct r8152 *);638 } rtl_ops; member
Completed in 6 milliseconds