Searched defs:rtl_ops (Results 1 – 2 of 2) sorted by relevance
608 struct rtl_ops { struct609 void (*init)(struct r8152 *);610 int (*enable)(struct r8152 *);611 void (*disable)(struct r8152 *);612 void (*up)(struct r8152 *);613 void (*down)(struct r8152 *);614 void (*unload)(struct r8152 *);615 int (*eee_get)(struct r8152 *, struct ethtool_eee *);616 int (*eee_set)(struct r8152 *, struct ethtool_eee *);617 bool (*in_nway)(struct r8152 *);[all …]
1853 const struct ieee80211_ops rtl_ops = { variable