Lines Matching refs:nframes
21 tid->nframes--; in mt76_aggr_release()
54 int start, idx, nframes; in mt76_rx_aggr_check_release() local
56 if (!tid->nframes) in mt76_rx_aggr_check_release()
62 nframes = tid->nframes; in mt76_rx_aggr_check_release()
65 idx != start && nframes; in mt76_rx_aggr_check_release()
71 nframes--; in mt76_rx_aggr_check_release()
90 int nframes; in mt76_rx_aggr_reorder_work() local
99 nframes = tid->nframes; in mt76_rx_aggr_reorder_work()
102 if (nframes) in mt76_rx_aggr_reorder_work()
196 if (tid->nframes) in mt76_rx_aggr_reorder()
222 tid->nframes++; in mt76_rx_aggr_reorder()
265 for (i = 0; tid->nframes && i < size; i++) { in mt76_rx_aggr_shutdown()
271 tid->nframes--; in mt76_rx_aggr_shutdown()