Searched refs:n_frames (Results 1 – 3 of 3) sorted by relevance
465 int n_frames = 1; in mt76_txq_send_burst() local512 n_frames++; in mt76_txq_send_burst()519 return n_frames; in mt76_txq_send_burst()533 int n_frames = 0; in mt76_txq_schedule_list() local566 n_frames = mt76_txq_send_burst(phy, q, mtxq, wcid); in mt76_txq_schedule_list()570 if (unlikely(n_frames < 0)) in mt76_txq_schedule_list()571 return n_frames; in mt76_txq_schedule_list()573 ret += n_frames; in mt76_txq_schedule_list()
478 struct mt76x02_tx_status *st, int n_frames) in mt76x02_mac_fill_tx_status() argument487 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()
41 int n_frames; member