Lines Matching defs:ref
37 static inline void *rate_control_alloc_sta(struct rate_control_ref *ref,
41 return ref->ops->alloc_sta(ref->priv, &sta->sta, gfp);
46 struct rate_control_ref *ref = sta->rate_ctrl;
50 ref->ops->free_sta(ref->priv, ista, priv_sta);
56 struct rate_control_ref *ref = sta->rate_ctrl;
57 if (ref && sta->debugfs_dir && ref->ops->add_sta_debugfs)
58 ref->ops->add_sta_debugfs(ref->priv, sta->rate_ctrl_priv,