Searched refs:n_frames (Results 1 – 3 of 3) sorted by relevance
463 int n_frames = 1; in mt76_txq_send_burst() local510 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() local562 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()
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