Searched refs:n_frames (Results 1 – 3 of 3) sorted by relevance
466 int n_frames = 1; in mt76_txq_send_burst() local513 n_frames++; in mt76_txq_send_burst()520 return n_frames; in mt76_txq_send_burst()534 int n_frames = 0; in mt76_txq_schedule_list() local567 n_frames = mt76_txq_send_burst(phy, q, mtxq, wcid); in mt76_txq_schedule_list()571 if (unlikely(n_frames < 0)) in mt76_txq_schedule_list()572 return n_frames; in mt76_txq_schedule_list()574 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()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()
41 int n_frames; member