Searched defs:rtl_ops (Results 1 – 2 of 2) sorted by relevance
883 struct rtl_ops { struct884 void (*init)(struct r8152 *tp);885 int (*enable)(struct r8152 *tp);886 void (*disable)(struct r8152 *tp);887 void (*up)(struct r8152 *tp);888 void (*down)(struct r8152 *tp);889 void (*unload)(struct r8152 *tp);890 int (*eee_get)(struct r8152 *tp, struct ethtool_keee *eee);891 int (*eee_set)(struct r8152 *tp, struct ethtool_keee *eee);892 bool (*in_nway)(struct r8152 *tp);[all …]
1879 const struct ieee80211_ops rtl_ops = { variable