Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmesh_ps.c449 static void mps_frame_deliver(struct sta_info *sta, int n_frames) in mps_frame_deliver() argument
461 while (n_frames != 0) { in mps_frame_deliver()
471 n_frames--; in mps_frame_deliver()
Dsta_info.c1339 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument
1388 while (n_frames > 0) { in ieee80211_sta_ps_deliver_response()
1398 n_frames--; in ieee80211_sta_ps_deliver_response()
1554 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response()
1599 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local
1613 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd()
1616 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd()
1619 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd()
1623 n_frames = 128; in ieee80211_sta_ps_deliver_uapsd()
1627 ieee80211_sta_ps_deliver_response(sta, n_frames, ~delivery_enabled, in ieee80211_sta_ps_deliver_uapsd()
/linux-4.4.14/arch/x86/xen/
Dmmu.c2090 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local
2103 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m()
2105 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m()
2200 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()