Searched refs:total_freed_pages (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/iwmc3200wifi/ |
D | tx.c | 117 void iwm_tx_credit_inc(struct iwm_priv *iwm, int id, int total_freed_pages) in iwm_tx_credit_inc() argument 129 freed_pages = total_freed_pages - pool->total_freed_pages; in iwm_tx_credit_inc() 145 pool->total_freed_pages = total_freed_pages; in iwm_tx_credit_inc() 149 pool->total_freed_pages, pool->sid, spool->alloc_pages); in iwm_tx_credit_inc() 189 pool->total_freed_pages, pool->sid, spool->alloc_pages); in iwm_tx_credit_dec() 273 iwm->tx_credit.pools[i].total_freed_pages = 0; in iwm_tx_credit_init_pools() 296 iwm->tx_credit.pools[i].total_freed_pages, in iwm_tx_credit_init_pools()
|
D | iwm.h | 108 int total_freed_pages; /* total freed # of pages. incresed by UMAC */ member 356 void iwm_tx_credit_inc(struct iwm_priv *iwm, int id, int total_freed_pages);
|
D | rx.c | 171 int pool_nr, total_freed_pages; in iwm_ntf_tx_credit_update() local 189 total_freed_pages = GET_VAL32(dealloc->grp_info[i], in iwm_ntf_tx_credit_update() 191 iwm_tx_credit_inc(iwm, id, total_freed_pages); in iwm_ntf_tx_credit_update()
|
D | debugfs.c | 233 credit->pools[i].total_freed_pages); in iwm_debugfs_tx_credit_read()
|