Searched refs:n_frames (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/ |
D | tx.c | 445 int n_frames = 1; in mt76_txq_send_burst() local 492 n_frames++; in mt76_txq_send_burst() 499 return n_frames; in mt76_txq_send_burst() 513 int n_frames = 0; in mt76_txq_schedule_list() local 544 n_frames = mt76_txq_send_burst(phy, q, mtxq, wcid); in mt76_txq_schedule_list() 548 if (unlikely(n_frames < 0)) in mt76_txq_schedule_list() 549 return n_frames; in mt76_txq_schedule_list() 551 ret += n_frames; in mt76_txq_schedule_list()
|
D | mt76x02_mac.c | 478 struct mt76x02_tx_status *st, int n_frames) in mt76x02_mac_fill_tx_status() argument 487 if (!n_frames) in mt76x02_mac_fill_tx_status() 527 info->status.ampdu_len = n_frames; in mt76x02_mac_fill_tx_status() 528 info->status.ampdu_ack_len = st->success ? n_frames : 0; in mt76x02_mac_fill_tx_status() 603 stat->wcid == msta->status.wcid && msta->n_frames < 32) { in mt76x02_send_tx_status() 604 msta->n_frames++; in mt76x02_send_tx_status() 611 &msta->status, msta->n_frames); in mt76x02_send_tx_status() 614 msta->n_frames = 1; in mt76x02_send_tx_status()
|
D | mt76x02_mac.h | 41 int n_frames; member
|
/linux-6.1.9/net/mac80211/ |
D | mesh_ps.c | 451 static void mps_frame_deliver(struct sta_info *sta, int n_frames) in mps_frame_deliver() argument 463 while (n_frames != 0) { in mps_frame_deliver() 473 n_frames--; in mps_frame_deliver()
|
D | sta_info.c | 1727 ieee80211_sta_ps_get_frames(struct sta_info *sta, int n_frames, u8 ignored_acs, in ieee80211_sta_ps_get_frames() argument 1757 while (n_frames > 0) { in ieee80211_sta_ps_get_frames() 1767 n_frames--; in ieee80211_sta_ps_get_frames() 1784 int n_frames, u8 ignored_acs, in ieee80211_sta_ps_deliver_response() argument 1798 ieee80211_sta_ps_get_frames(sta, n_frames, ignored_acs, reason, in ieee80211_sta_ps_deliver_response() 1949 n_frames, reason, more_data); in ieee80211_sta_ps_deliver_response() 1994 int n_frames = sta->sta.max_sp; in ieee80211_sta_ps_deliver_uapsd() local 2008 n_frames = 2; in ieee80211_sta_ps_deliver_uapsd() 2011 n_frames = 4; in ieee80211_sta_ps_deliver_uapsd() 2014 n_frames = 6; in ieee80211_sta_ps_deliver_uapsd() [all …]
|
/linux-6.1.9/drivers/misc/ |
D | vmw_balloon.c | 1188 static unsigned long vmballoon_deflate(struct vmballoon *b, uint64_t n_frames, in vmballoon_deflate() argument 1219 to_deflate_frames = n_frames ? n_frames - tried_frames : in vmballoon_deflate()
|
/linux-6.1.9/arch/x86/xen/ |
D | mmu_pv.c | 1884 unsigned long p2m_pfn, p2m_pfn_end, n_frames, pfn, pfn_end; in xen_relocate_p2m() local 1897 n_frames = n_pte + n_pt + n_pmd + n_pud; in xen_relocate_p2m() 1899 new_area = xen_find_free_area(PFN_PHYS(n_frames)); in xen_relocate_p2m() 1993 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/ |
D | qede.h | 526 int qede_xdp_transmit(struct net_device *dev, int n_frames,
|
D | qede_fp.c | 339 int qede_xdp_transmit(struct net_device *dev, int n_frames, in qede_xdp_transmit() argument 361 for (i = 0; i < n_frames; i++) { in qede_xdp_transmit()
|
/linux-6.1.9/include/linux/platform_data/ |
D | cros_ec_commands.h | 6141 uint32_t n_frames; member
|