Searched defs:rtl_ops (Results 1 – 2 of 2) sorted by relevance
738 struct rtl_ops { struct739 void (*init)(struct r8152 *);740 int (*enable)(struct r8152 *);741 void (*disable)(struct r8152 *);742 void (*up)(struct r8152 *);743 void (*down)(struct r8152 *);744 void (*unload)(struct r8152 *);745 int (*eee_get)(struct r8152 *, struct ethtool_eee *);746 int (*eee_set)(struct r8152 *, struct ethtool_eee *);747 bool (*in_nway)(struct r8152 *);[all …]
1876 const struct ieee80211_ops rtl_ops = { variable