Searched refs:tx_credit (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwmc3200wifi/
H A Dtx.c87 /* require to hold tx_credit lock */
88 static int iwm_tx_credit_get(struct iwm_tx_credit *tx_credit, int id) argument
90 struct pool_entry *pool = &tx_credit->pools[id];
91 struct spool_entry *spool = &tx_credit->spools[pool->sid];
105 if (npages <= iwm_tx_credit_get(&iwm->tx_credit, id))
108 set_bit(id, &iwm->tx_credit.full_pools_map);
112 iwm_tx_credit_get(&iwm->tx_credit, id));
126 pool = &iwm->tx_credit.pools[id];
127 spool = &iwm->tx_credit.spools[pool->sid];
151 if (test_bit(id, &iwm->tx_credit
[all...]
H A Diwm.h278 struct iwm_tx_credit tx_credit; member in struct:iwm_priv
H A Ddebugfs.c197 struct iwm_tx_credit *credit = &iwm->tx_credit;
H A Drx.c183 spin_lock(&iwm->tx_credit.lock);
195 spin_unlock(&iwm->tx_credit.lock);
H A Dmain.c257 spin_lock_init(&iwm->tx_credit.lock);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dtx.c87 /* require to hold tx_credit lock */
88 static int iwm_tx_credit_get(struct iwm_tx_credit *tx_credit, int id) argument
90 struct pool_entry *pool = &tx_credit->pools[id];
91 struct spool_entry *spool = &tx_credit->spools[pool->sid];
105 if (npages <= iwm_tx_credit_get(&iwm->tx_credit, id))
108 set_bit(id, &iwm->tx_credit.full_pools_map);
112 iwm_tx_credit_get(&iwm->tx_credit, id));
126 pool = &iwm->tx_credit.pools[id];
127 spool = &iwm->tx_credit.spools[pool->sid];
151 if (test_bit(id, &iwm->tx_credit
[all...]
H A Diwm.h278 struct iwm_tx_credit tx_credit; member in struct:iwm_priv
H A Ddebugfs.c197 struct iwm_tx_credit *credit = &iwm->tx_credit;
H A Drx.c183 spin_lock(&iwm->tx_credit.lock);
195 spin_unlock(&iwm->tx_credit.lock);
H A Dmain.c257 spin_lock_init(&iwm->tx_credit.lock);

Completed in 99 milliseconds