Searched refs:nr_slots (Results 1 – 12 of 12) sorted by relevance
65 if (slot == ring->nr_slots - 1) in op32_fill_descriptor()125 if (slot == ring->nr_slots - 1) in next_slot()476 for (i = 0; i < ring->nr_slots; i++) { in alloc_initial_descbuffers()487 ring->used_slots = ring->nr_slots; in alloc_initial_descbuffers()568 for (i = 0; i < ring->nr_slots; i++) { in free_all_descbuffers()610 int nr_slots; in b43legacy_setup_dmaring() local619 nr_slots = B43legacy_RXRING_SLOTS; in b43legacy_setup_dmaring()621 nr_slots = B43legacy_TXRING_SLOTS; in b43legacy_setup_dmaring()664 ring->nr_slots = nr_slots; in b43legacy_setup_dmaring()715 ring->nr_slots); in b43legacy_destroy_dmaring()[all …]
135 int nr_slots; member
103 if (slot == ring->nr_slots - 1) in op32_fill_descriptor()195 if (slot == ring->nr_slots - 1) in op64_fill_descriptor()265 if (slot == ring->nr_slots - 1) in next_slot()274 return ring->nr_slots - 1; in prev_slot()642 for (i = 0; i < ring->nr_slots; i++) { in alloc_initial_descbuffers()653 ring->used_slots = ring->nr_slots; in alloc_initial_descbuffers()781 for (i = 0; i < ring->nr_slots; i++) { in free_all_descbuffers()845 ring->nr_slots = B43_RXRING_SLOTS; in b43_setup_dmaring()847 ring->nr_slots = B43_TXRING_SLOTS; in b43_setup_dmaring()853 for (i = 0; i < ring->nr_slots; i++) in b43_setup_dmaring()[all …]
241 int nr_slots; member
81 sector_t nr_slots; in alloc_region_table() local108 nr_slots = nr_regions; in alloc_region_table()109 if (sector_div(nr_slots, sctx->region_entries_per_slot)) in alloc_region_table()110 nr_slots++; in alloc_region_table()112 if (nr_slots > ULONG_MAX / sizeof(region_table_slot_t)) { in alloc_region_table()117 sctx->region_table = vmalloc(array_size(nr_slots, in alloc_region_table()
47 u32 syncpt_incrs, u32 syncval, u32 nr_slots);320 u32 syncval, u32 nr_slots) in host1x_hw_cdma_timeout_cpu_incr() argument323 nr_slots); in host1x_hw_cdma_timeout_cpu_incr()
165 int nr_slots; member283 for (i = 0; i < host->nr_slots; i++) { in mmc_omap_release_slot()866 BUG_ON(num >= host->nr_slots); in omap_mmc_notify_cover_event()869 if (host->nr_slots == 0 || !host->slots[num]) in omap_mmc_notify_cover_event()1381 if (pdata->nr_slots == 0) { in mmc_omap_probe()1477 host->nr_slots = pdata->nr_slots; in mmc_omap_probe()1486 for (i = 0; i < pdata->nr_slots; i++) { in mmc_omap_probe()1527 for (i = 0; i < host->nr_slots; i++) in mmc_omap_remove()
2448 unsigned int nr_slots; in atmci_probe() local2531 nr_slots = 0; in atmci_probe()2537 nr_slots++; in atmci_probe()2545 nr_slots++; in atmci_probe()2552 if (!nr_slots) { in atmci_probe()2568 host->mapbase, irq, nr_slots); in atmci_probe()
391 unsigned int nr_slots; in xenvif_get_requests() local396 nr_slots = shinfo->nr_frags + frag_overflow + 1; in xenvif_get_requests()451 nr_slots--; in xenvif_get_requests()462 for (shinfo->nr_frags = 0; nr_slots > 0 && shinfo->nr_frags < MAX_SKB_FRAGS; in xenvif_get_requests()463 nr_slots--) { in xenvif_get_requests()484 if (nr_slots > 0) { in xenvif_get_requests()489 for (shinfo->nr_frags = 0; shinfo->nr_frags < nr_slots; ++txp) { in xenvif_get_requests()
63 int nr_slots; member
308 bridge->nr_slots++; in acpiphp_add_context()311 sun = bridge->nr_slots; in acpiphp_add_context()319 bridge->nr_slots--; in acpiphp_add_context()
29 u32 syncpt_incrs, u32 syncval, u32 nr_slots) in cdma_timeout_cpu_incr() argument
Completed in 45 milliseconds