Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt76/
A Dtx.c464 int n_frames = 1; in mt76_txq_send_burst() local
511 n_frames++; in mt76_txq_send_burst()
518 return n_frames; in mt76_txq_send_burst()
532 int n_frames = 0; in mt76_txq_schedule_list() local
565 n_frames = mt76_txq_send_burst(phy, q, mtxq, wcid); in mt76_txq_schedule_list()
569 if (unlikely(n_frames < 0)) in mt76_txq_schedule_list()
570 return n_frames; in mt76_txq_schedule_list()
572 ret += n_frames; in mt76_txq_schedule_list()
A Dmt76x02_mac.c478 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()
601 stat->wcid == msta->status.wcid && msta->n_frames < 32) { in mt76x02_send_tx_status()
602 msta->n_frames++; in mt76x02_send_tx_status()
609 &msta->status, msta->n_frames); in mt76x02_send_tx_status()
612 msta->n_frames = 1; in mt76x02_send_tx_status()
A Dmt76x02_mac.h41 int n_frames; member
/drivers/misc/
A Dvmw_balloon.c1179 static unsigned long vmballoon_deflate(struct vmballoon *b, uint64_t n_frames, in vmballoon_deflate() argument
1210 to_deflate_frames = n_frames ? n_frames - tried_frames : in vmballoon_deflate()
/drivers/net/ethernet/qlogic/qede/
A Dqede.h528 int qede_xdp_transmit(struct net_device *dev, int n_frames,
A Dqede_fp.c339 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()

Completed in 26 milliseconds