Searched defs:current_slot (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/b43legacy/
H A Ddma.h138 int current_slot; member in struct:b43legacy_dmaring
H A Ddma.c182 slot = next_slot(ring, ring->current_slot);
183 ring->current_slot = slot;
719 ring->current_slot = -1;
1034 old_top_slot = ring->current_slot;
1048 ring->current_slot = old_top_slot;
1057 ring->current_slot = old_top_slot;
1077 ring->current_slot = old_top_slot;
1095 ring->current_slot = old_top_slot;
1211 firstused = ring->current_slot - ring->used_slots + 1;
1414 int current_slot; local
[all...]
/drivers/net/wireless/b43/
H A Ddma.c321 slot = next_slot(ring, ring->current_slot);
322 ring->current_slot = slot;
894 ring->current_slot = -1;
1276 old_top_slot = ring->current_slot;
1289 ring->current_slot = old_top_slot;
1297 ring->current_slot = old_top_slot;
1319 ring->current_slot = old_top_slot;
1329 ring->current_slot = old_top_slot;
1498 firstused = ring->current_slot - ring->used_slots + 1;
1695 int slot, current_slot; local
[all...]
H A Ddma.h244 int current_slot; member in struct:b43_dmaring
/drivers/mmc/host/
H A Domap.c164 struct mmc_omap_slot *current_slot; member in struct:mmc_omap_host
220 if (host->current_slot != slot || !claimed)
221 mmc_omap_fclk_offdelay(host->current_slot);
223 if (host->current_slot != slot) {
227 host->current_slot = slot;
289 BUG_ON(new_slot == host->current_slot);
381 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN)
427 struct mmc_omap_slot *slot = host->current_slot;
456 mmc_omap_release_slot(host->current_slot, 1);
468 struct mmc_omap_slot *slot = host->current_slot;
[all...]
/drivers/net/tokenring/
H A Dsmctr.c483 int current_slot; local
486 current_slot = mca_find_unused_adapter(smctr_posid, 0);
487 if(current_slot == MCA_NOTFOUND)
490 mca_set_adapter_name(current_slot, smctr_name);
491 mca_mark_as_used(current_slot);
492 tp->slot_num = current_slot;

Completed in 108 milliseconds