Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c463 int n_frames = 1; in mt76_txq_send_burst() local
510 n_frames++; in mt76_txq_send_burst()
517 return n_frames; in mt76_txq_send_burst()
531 int n_frames = 0; in mt76_txq_schedule_list() local
562 n_frames = mt76_txq_send_burst(phy, q, mtxq, wcid); in mt76_txq_schedule_list()
566 if (unlikely(n_frames < 0)) in mt76_txq_schedule_list()
567 return n_frames; in mt76_txq_schedule_list()
569 ret += n_frames; in mt76_txq_schedule_list()
H 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()
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()
H A Dmt76x02_mac.h41 int n_frames; member