Home
last modified time | relevance | path

Searched refs:n_frames (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/mac80211/
Dsta_info.c1074 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument
1108 while (n_frames > 0) { in ieee80211_sta_ps_deliver_response()
1118 n_frames--; in ieee80211_sta_ps_deliver_response()
1241 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response()
1272 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local
1286 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd()
1289 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd()
1292 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd()
1296 n_frames = 8; in ieee80211_sta_ps_deliver_uapsd()
1300 ieee80211_sta_ps_deliver_response(sta, n_frames, ~delivery_enabled, in ieee80211_sta_ps_deliver_uapsd()
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Drc.c966 int n_frames, n_bad_tries; in ath_rc_update_per() local
971 n_frames = tx_info->status.ampdu_len * (retries + 1); in ath_rc_update_per()
972 cur_per = (100 * n_bad_tries / n_frames) >> 3; in ath_rc_update_per()