Searched refs:n_frames (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtx.c455 int n_frames = 1; local
502 n_frames++;
509 return n_frames;
523 int n_frames = 0; local
554 n_frames = mt76_txq_send_burst(phy, q, mtxq, wcid);
558 if (unlikely(n_frames < 0))
559 return n_frames;
561 ret += n_frames;
H A Dmt76x02_mac.c478 struct mt76x02_tx_status *st, int n_frames)
487 if (!n_frames)
527 info->status.ampdu_len = n_frames;
528 info->status.ampdu_ack_len = st->success ? n_frames : 0;
603 stat->wcid == msta->status.wcid && msta->n_frames < 32) {
604 msta->n_frames++;
611 &msta->status, msta->n_frames);
614 msta->n_frames = 1;
476 mt76x02_mac_fill_tx_status(struct mt76x02_dev *dev, struct mt76x02_sta *msta, struct ieee80211_tx_info *info, struct mt76x02_tx_status *st, int n_frames) argument
H A Dmt76x02_mac.h41 int n_frames; member in struct:mt76x02_sta
/linux-master/net/mac80211/
H A Dmesh_ps.c454 * @n_frames: number of frames to transmit. -1 for all
456 static void mps_frame_deliver(struct sta_info *sta, int n_frames) argument
468 while (n_frames != 0) {
478 n_frames--;
H A Dsta_info.c1902 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, argument
1932 while (n_frames > 0) {
1942 n_frames--;
1959 int n_frames, u8 ignored_acs,
1973 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason,
2118 * n_frames it has to set the more-data bit (if we didn't ask
2120 * are fewer than n_frames it has to make sure to adjust that
2124 n_frames, reason, more_data);
2166 int n_frames = sta->sta.max_sp; local
2180 n_frames
1958 ieee80211_sta_ps_deliver_response(struct sta_info *sta, int n_frames, u8 ignored_acs, enum ieee80211_frame_release_type reason) argument
[all...]
/linux-master/drivers/misc/
H A Dvmw_balloon.c1171 * @n_frames: the number of frames to deflate. If zero, automatically
1179 static unsigned long vmballoon_deflate(struct vmballoon *b, uint64_t n_frames, argument
1210 to_deflate_frames = n_frames ? n_frames - tried_frames :
/linux-master/arch/x86/xen/
H A Dmmu_pv.c1893 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; local
1906 n_frames = n_pte + n_pt + n_pmd + n_pud;
1908 new_area = xen_find_free_area(PFN_PHYS(n_frames));
2002 xen_start_info->nr_p2m_frames = n_frames;
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h528 int qede_xdp_transmit(struct net_device *dev, int n_frames,
H A Dqede_fp.c339 int qede_xdp_transmit(struct net_device *dev, int n_frames, argument
361 for (i = 0; i < n_frames; i++) {
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h6257 uint32_t n_frames; member in struct:ec_response_tp_frame_info

Completed in 383 milliseconds