Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmac.c79 struct mt76_tx_status *st, int n_frames) in mt76_mac_fill_tx_status() argument
85 if (!n_frames) in mt76_mac_fill_tx_status()
103 info->status.ampdu_len = n_frames; in mt76_mac_fill_tx_status()
104 info->status.ampdu_ack_len = st->success ? n_frames : 0; in mt76_mac_fill_tx_status()
227 stat->wcid == msta->status.wcid && msta->n_frames < 32) { in mt76x0_send_tx_status()
228 msta->n_frames++; in mt76x0_send_tx_status()
233 msta->n_frames); in mt76x0_send_tx_status()
235 msta->n_frames = 1; in mt76x0_send_tx_status()
Dmt76x0.h245 int n_frames; member
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_mac_common.c141 struct mt76x2_tx_status *st, int n_frames) in mt76x2_mac_fill_tx_status() argument
147 if (!n_frames) in mt76x2_mac_fill_tx_status()
164 info->status.ampdu_len = n_frames; in mt76x2_mac_fill_tx_status()
165 info->status.ampdu_ack_len = st->success ? n_frames : 0; in mt76x2_mac_fill_tx_status()
209 stat->wcid == msta->status.wcid && msta->n_frames < 32) { in mt76x2_send_tx_status()
210 msta->n_frames++; in mt76x2_send_tx_status()
215 msta->n_frames); in mt76x2_send_tx_status()
218 msta->n_frames = 1; in mt76x2_send_tx_status()
Dtx.c225 int n_frames = 1, limit; in mt76_txq_send_burst() local
290 n_frames++; in mt76_txq_send_burst()
291 } while (n_frames < limit); in mt76_txq_send_burst()
300 return n_frames; in mt76_txq_send_burst()
Dmt76x2.h160 int n_frames; member
/Linux-v4.19/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.c1448 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, in ieee80211_sta_ps_get_frames() argument
1478 while (n_frames > 0) { in ieee80211_sta_ps_get_frames()
1488 n_frames--; in ieee80211_sta_ps_get_frames()
1505 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument
1519 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason, in ieee80211_sta_ps_deliver_response()
1670 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response()
1714 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local
1728 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd()
1731 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd()
1734 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd()
[all …]
/Linux-v4.19/arch/x86/xen/
Dmmu_pv.c2060 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local
2073 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m()
2075 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m()
2170 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()