Searched refs:spool (Results 1 – 1 of 1) sorted by relevance
91 struct spool_entry *spool = &tx_credit->spools[pool->sid]; in iwm_tx_credit_get() local95 spool_pages = spool->max_pages - spool->alloc_pages + in iwm_tx_credit_get()120 struct spool_entry *spool; in iwm_tx_credit_inc() local127 spool = &iwm->tx_credit.spools[pool->sid]; in iwm_tx_credit_inc()141 spool->alloc_pages -= spool_pages; in iwm_tx_credit_inc()149 pool->total_freed_pages, pool->sid, spool->alloc_pages); in iwm_tx_credit_inc()167 struct spool_entry *spool; in iwm_tx_credit_dec() local176 spool = &iwm->tx_credit.spools[pool->sid]; in iwm_tx_credit_dec()181 spool->alloc_pages += alloc_pages; in iwm_tx_credit_dec()183 spool->alloc_pages += spool_pages; in iwm_tx_credit_dec()[all …]