Searched refs:n_frames (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/net/mac80211/ |
| D | mesh_ps.c | 450 static void mps_frame_deliver(struct sta_info *sta, int n_frames) in mps_frame_deliver() argument 462 while (n_frames != 0) { in mps_frame_deliver() 472 n_frames--; in mps_frame_deliver()
|
| D | sta_info.c | 1519 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, in ieee80211_sta_ps_get_frames() argument 1549 while (n_frames > 0) { in ieee80211_sta_ps_get_frames() 1559 n_frames--; in ieee80211_sta_ps_get_frames() 1576 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument 1590 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason, in ieee80211_sta_ps_deliver_response() 1741 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response() 1786 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local 1800 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd() 1803 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd() 1806 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd() [all …]
|
| /Linux-v5.10/drivers/net/wireless/mediatek/mt76/ |
| D | mt76x02_mac.c | 477 struct mt76x02_tx_status *st, int n_frames) in mt76x02_mac_fill_tx_status() argument 486 if (!n_frames) in mt76x02_mac_fill_tx_status() 526 info->status.ampdu_len = n_frames; in mt76x02_mac_fill_tx_status() 527 info->status.ampdu_ack_len = st->success ? n_frames : 0; in mt76x02_mac_fill_tx_status() 602 stat->wcid == msta->status.wcid && msta->n_frames < 32) { in mt76x02_send_tx_status() 603 msta->n_frames++; in mt76x02_send_tx_status() 610 &msta->status, msta->n_frames); in mt76x02_send_tx_status() 613 msta->n_frames = 1; in mt76x02_send_tx_status()
|
| D | tx.c | 393 int n_frames = 1; in mt76_txq_send_burst() local 440 n_frames++; in mt76_txq_send_burst() 445 return n_frames; in mt76_txq_send_burst()
|
| D | mt76x02_mac.h | 41 int n_frames; member
|
| /Linux-v5.10/drivers/misc/ |
| D | vmw_balloon.c | 1195 static unsigned long vmballoon_deflate(struct vmballoon *b, uint64_t n_frames, in vmballoon_deflate() argument 1226 to_deflate_frames = n_frames ? n_frames - tried_frames : in vmballoon_deflate()
|
| /Linux-v5.10/arch/x86/xen/ |
| D | mmu_pv.c | 1859 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local 1872 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m() 1874 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m() 1968 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
|
| /Linux-v5.10/drivers/net/ethernet/qlogic/qede/ |
| 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() 390 return n_frames - drops; in qede_xdp_transmit()
|
| D | qede.h | 527 int qede_xdp_transmit(struct net_device *dev, int n_frames,
|
| /Linux-v5.10/include/linux/platform_data/ |
| D | cros_ec_commands.h | 5791 uint32_t n_frames; member
|