Lines Matching refs:nframes
32 tid->nframes--; in mt76_aggr_release()
64 int start, idx, nframes; in mt76_rx_aggr_check_release() local
66 if (!tid->nframes) in mt76_rx_aggr_check_release()
72 nframes = tid->nframes; in mt76_rx_aggr_check_release()
75 idx != start && nframes; in mt76_rx_aggr_check_release()
82 nframes--; in mt76_rx_aggr_check_release()
101 int nframes; in mt76_rx_aggr_reorder_work() local
110 nframes = tid->nframes; in mt76_rx_aggr_reorder_work()
113 if (nframes) in mt76_rx_aggr_reorder_work()
207 if (tid->nframes) in mt76_rx_aggr_reorder()
233 tid->nframes++; in mt76_rx_aggr_reorder()
275 for (i = 0; tid->nframes && i < size; i++) { in mt76_rx_aggr_shutdown()
281 tid->nframes--; in mt76_rx_aggr_shutdown()