Searched defs:rtl_ops (Results 1 – 5 of 5) sorted by relevance
722 struct rtl_ops { struct723 void (*init)(struct r8152 *);724 int (*enable)(struct r8152 *);725 void (*disable)(struct r8152 *);726 void (*up)(struct r8152 *);727 void (*down)(struct r8152 *);728 void (*unload)(struct r8152 *);729 int (*eee_get)(struct r8152 *, struct ethtool_eee *);730 int (*eee_set)(struct r8152 *, struct ethtool_eee *);731 bool (*in_nway)(struct r8152 *);[all …]
806 struct rtl_ops { struct807 void (*init)(struct r8152 *tp);808 int (*enable)(struct r8152 *tp);809 void (*disable)(struct r8152 *tp);810 void (*up)(struct r8152 *tp);811 void (*down)(struct r8152 *tp);812 void (*unload)(struct r8152 *tp);813 int (*eee_get)(struct r8152 *tp, struct ethtool_eee *eee);814 int (*eee_set)(struct r8152 *tp, struct ethtool_eee *eee);815 bool (*in_nway)(struct r8152 *tp);[all …]
1925 const struct ieee80211_ops rtl_ops = { variable
1890 const struct ieee80211_ops rtl_ops = { variable
1879 const struct ieee80211_ops rtl_ops = { variable