Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.c2018 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, in ieee80211_sta_ps_get_frames()
2048 while (n_frames > 0) {
2058 n_frames--; in ieee80211_sta_ps_deliver_response()
2075 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response()
2089 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason, in ieee80211_sta_ps_deliver_response()
2234 * n_frames it has to set the more-data bit (if we didn't ask in ieee80211_sta_ps_deliver_response()
2236 * are fewer than n_frames it has to make sure to adjust that in ieee80211_sta_ps_deliver_response()
2240 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_poll_response()
2282 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd()
2296 n_frames in ieee80211_sta_block_awake()
1993 ieee80211_sta_ps_get_frames(struct sta_info * sta,int n_frames,u8 ignored_acs,enum ieee80211_frame_release_type reason,struct sk_buff_head * frames,unsigned long * driver_release_tids) ieee80211_sta_ps_get_frames() argument
2050 ieee80211_sta_ps_deliver_response(struct sta_info * sta,int n_frames,u8 ignored_acs,enum ieee80211_frame_release_type reason) ieee80211_sta_ps_deliver_response() argument
2257 int n_frames = sta->sta.max_sp; ieee80211_sta_ps_deliver_uapsd() local
[all...]
/linux/drivers/misc/
H A Dvmw_balloon.c1182 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 Dmmu_pv.c1956 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local
1969 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m()
1971 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m()
2065 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h528 int qede_xdp_transmit(struct net_device *dev, int n_frames,
H A Dqede_fp.c340 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()