Searched refs:n_frames (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_mac.c | 450 struct mt76x02_tx_status *st, int n_frames) in mt76x02_mac_fill_tx_status() argument 459 if (!n_frames) in mt76x02_mac_fill_tx_status() 499 info->status.ampdu_len = n_frames; in mt76x02_mac_fill_tx_status() 500 info->status.ampdu_ack_len = st->success ? n_frames : 0; in mt76x02_mac_fill_tx_status() 565 stat->wcid == msta->status.wcid && msta->n_frames < 32) { in mt76x02_send_tx_status() 566 msta->n_frames++; in mt76x02_send_tx_status() 573 &msta->status, msta->n_frames); in mt76x02_send_tx_status() 576 msta->n_frames = 1; in mt76x02_send_tx_status()
|
D | tx.c | 389 int n_frames = 1, limit; in mt76_txq_send_burst() local 458 n_frames++; in mt76_txq_send_burst() 459 } while (n_frames < limit); in mt76_txq_send_burst() 469 return n_frames; in mt76_txq_send_burst()
|
D | mt76x02_mac.h | 36 int n_frames; member
|
/Linux-v5.4/net/mac80211/ |
D | mesh_ps.c | 446 static void mps_frame_deliver(struct sta_info *sta, int n_frames) in mps_frame_deliver() argument 458 while (n_frames != 0) { in mps_frame_deliver() 468 n_frames--; in mps_frame_deliver()
|
D | sta_info.c | 1498 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, in ieee80211_sta_ps_get_frames() argument 1528 while (n_frames > 0) { in ieee80211_sta_ps_get_frames() 1538 n_frames--; in ieee80211_sta_ps_get_frames() 1555 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument 1569 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason, in ieee80211_sta_ps_deliver_response() 1720 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response() 1765 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local 1779 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd() 1782 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd() 1785 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd() [all …]
|
/Linux-v5.4/drivers/misc/ |
D | vmw_balloon.c | 1194 static unsigned long vmballoon_deflate(struct vmballoon *b, uint64_t n_frames, in vmballoon_deflate() argument 1225 to_deflate_frames = n_frames ? n_frames - tried_frames : in vmballoon_deflate()
|
/Linux-v5.4/arch/x86/xen/ |
D | mmu_pv.c | 2059 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local 2072 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m() 2074 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m() 2168 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
|
/Linux-v5.4/include/linux/platform_data/ |
D | cros_ec_commands.h | 5538 uint32_t n_frames; member
|