Lines Matching refs:nframes
27 tid->nframes--; in mt76_aggr_release()
60 int start, idx, nframes; in mt76_rx_aggr_check_release() local
62 if (!tid->nframes) in mt76_rx_aggr_check_release()
68 nframes = tid->nframes; in mt76_rx_aggr_check_release()
71 idx != start && nframes; in mt76_rx_aggr_check_release()
77 nframes--; in mt76_rx_aggr_check_release()
97 int nframes; in mt76_rx_aggr_reorder_work() local
106 nframes = tid->nframes; in mt76_rx_aggr_reorder_work()
109 if (nframes) in mt76_rx_aggr_reorder_work()
206 if (tid->nframes) in mt76_rx_aggr_reorder()
232 tid->nframes++; in mt76_rx_aggr_reorder()
274 for (i = 0; tid->nframes && i < size; i++) { in mt76_rx_aggr_shutdown()
281 tid->nframes--; in mt76_rx_aggr_shutdown()