Home
last modified time | relevance | path

Searched refs:rate_ctrl (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/mac80211/
Drate.h37 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status()
59 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status_noskb()
88 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta()
98 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs()
108 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_remove_sta_debugfs()
Drate.c35 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init()
68 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update()
834 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate()
920 WARN_ON(local->rate_ctrl); in ieee80211_init_rate_ctrl_alg()
921 local->rate_ctrl = ref; in ieee80211_init_rate_ctrl_alg()
933 ref = local->rate_ctrl; in rate_control_deinitialize()
938 local->rate_ctrl = NULL; in rate_control_deinitialize()
Ddebugfs.c71 local->rate_ctrl ? local->rate_ctrl->ops->name : "hw/driver");
Dsta_info.c244 if (sta->rate_ctrl) in sta_info_free()
291 sta->rate_ctrl = local->rate_ctrl; in sta_prepare_rate_control()
292 sta->rate_ctrl_priv = rate_control_alloc_sta(sta->rate_ctrl, in sta_prepare_rate_control()
1868 ref = local->rate_ctrl; in sta_set_sinfo()
Dsta_info.h399 struct rate_control_ref *rate_ctrl; member
Dieee80211_i.h1207 struct rate_control_ref *rate_ctrl; member
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dsser_defs.h144 unsigned int rate_ctrl : 1; member
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c384 tr_cfg.rate_ctrl = regk_sser_bulk; in initialize_port()
387 tr_cfg.rate_ctrl = regk_sser_iso; in initialize_port()