Searched defs:rtl_ops (Results 1 – 1 of 1) sorted by relevance
889 struct rtl_ops { struct890 void (*init)(struct r8152 *tp);891 int (*enable)(struct r8152 *tp);892 void (*disable)(struct r8152 *tp);893 void (*up)(struct r8152 *tp);894 void (*down)(struct r8152 *tp);895 void (*unload)(struct r8152 *tp);896 int (*eee_get)(struct r8152 *tp, struct ethtool_keee *eee);897 int (*eee_set)(struct r8152 *tp, struct ethtool_keee *eee);898 bool (*in_nway)(struct r8152 *tp);[all …]