Searched refs:n_frames (Results 1 – 5 of 5) sorted by relevance
| /linux/net/mac80211/ |
| H A D | sta_info.c | 1993 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, in ieee80211_sta_ps_get_frames() argument 2023 while (n_frames > 0) { in ieee80211_sta_ps_get_frames() 2033 n_frames--; in ieee80211_sta_ps_get_frames() 2050 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument 2064 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason, in ieee80211_sta_ps_deliver_response() 2215 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response() 2257 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local 2271 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd() 2274 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd() 2277 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd() [all …]
|
| /linux/drivers/misc/ |
| H A D | vmw_balloon.c | 1182 static unsigned long vmballoon_deflate(struct vmballoon *b, uint64_t n_frames, in vmballoon_deflate() argument 1213 to_deflate_frames = n_frames ? n_frames - tried_frames : in vmballoon_deflate()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1947 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local 1960 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m() 1962 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m() 2056 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede.h | 528 int qede_xdp_transmit(struct net_device *dev, int n_frames,
|
| H A D | qede_fp.c | 340 int qede_xdp_transmit(struct net_device *dev, int n_frames, in qede_xdp_transmit() argument 362 for (i = 0; i < n_frames; i++) { in qede_xdp_transmit()
|