Searched refs:tags (Results 1 - 21 of 21) sorted by relevance

/drivers/block/
H A Dps3vram.c63 struct ps3vram_tag *tags; member in struct:ps3vram_cache
319 if (!(cache->tags[entry].flags & CACHE_PAGE_DIRTY))
323 cache->tags[entry].address);
325 cache->tags[entry].address, DMA_PAGE_SIZE,
329 entry * cache->page_size, cache->tags[entry].address,
332 cache->tags[entry].flags &= ~CACHE_PAGE_DIRTY;
351 cache->tags[entry].address = address;
352 cache->tags[entry].flags |= CACHE_PAGE_PRESENT;
365 cache->tags[i].flags = 0;
384 if ((cache->tags[
[all...]
/drivers/block/drbd/
H A Ddrbd_nl.c54 unsigned short *tags, struct name *arg) __attribute__ ((unused)); \
56 unsigned short *tags, struct name *arg) \
61 while ((tag = get_unaligned(tags++)) != TT_END) { \
62 dlen = get_unaligned(tags++); \
71 tags = (unsigned short *)((char *)tags + dlen); \
77 arg->member = get_unaligned((int *)(tags)); \
81 arg->member = get_unaligned((u64 *)(tags)); \
85 arg->member = *(char *)(tags) ? 1 : 0; \
95 memcpy(arg->member, tags, min_
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c327 ahd->tags[0] = BUS_SPACE_MEMIO;
329 ahd->tags[1] = BUS_SPACE_MEMIO;
362 ahd->tags[0] = BUS_SPACE_PIO;
363 ahd->tags[1] = BUS_SPACE_PIO;
H A Daic79xx_osm.c94 * 1 <= n <= 253 n == max tags ever dispatched.
111 * driver to attempt to use up to 64 tags for ID 1.
346 " # Set tag depth on Controller 2/Target 2 to 10 tags\n"
405 if (ahd->tags[0] == BUS_SPACE_MEMIO) {
420 if (ahd->tags[0] == BUS_SPACE_MEMIO) {
433 if (ahd->tags[0] == BUS_SPACE_MEMIO) {
444 if (ahd->tags[0] == BUS_SPACE_MEMIO) {
1031 int tags, i, j; local
1033 tags = simple_strtoul(p + 1, NULL, 0) & 0xff;
1034 printk("Setting Global Tags= %d\n", tags);
1500 u_int tags; local
1534 u_int tags; local
[all...]
H A Daic7xxx_osm.c176 * 1 <= n <= 253 n == max tags ever dispatched.
193 * driver to attempt to use up to 64 tags for ID 1.
365 " # Set tag depth on Controller 1/Target 1 to 10 tags\n"
920 int tags, i, j; local
922 tags = simple_strtoul(p + 1, NULL, 0) & 0xff;
923 printk("Setting Global Tags= %d\n", tags);
927 aic7xxx_tag_info[i].tag_commands[j] = tags;
1376 u_int tags; local
1378 tags = 0;
1390 tags
1410 u_int tags; local
[all...]
H A Daic79xx.h1059 bus_space_tag_t tags[2]; member in struct:ahd_softc
/drivers/firewire/
H A Dcore-iso.c169 int cycle, int sync, int tags)
171 return ctx->card->driver->start_iso(ctx, cycle, sync, tags);
168 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags) argument
H A Dcore.h98 s32 cycle, u32 sync, u32 tags);
H A Dohci.c179 u8 tags; member in struct:iso_context
2986 s32 cycle, u32 sync, u32 tags)
3015 match = (tags << 28) | (sync << 8) | ctx->base.channel;
3027 ctx->tags = tags;
3136 ohci_start_iso(&ctx->base, 0, ctx->sync, ctx->tags);
3142 ohci_start_iso(&ctx->base, 0, ctx->sync, ctx->tags);
2985 ohci_start_iso(struct fw_iso_context *base, s32 cycle, u32 sync, u32 tags) argument
H A Dcore-cdev.c1154 (a->tags == 0 || a->tags > 15 || a->sync > 15))
1158 a->cycle, a->sync, a->tags);
H A Dcore-card.c633 s32 cycle, u32 sync, u32 tags)
632 dummy_start_iso(struct fw_iso_context *ctx, s32 cycle, u32 sync, u32 tags) argument
/drivers/scsi/
H A Dscsi.c850 * @tags: Number of tags allowed if tagged queueing enabled,
863 void scsi_adjust_queue_depth(struct scsi_device *sdev, int tagged, int tags) argument
870 if (tags <= 0)
882 * tags) request_fn's host queue ready check will handle it.
886 blk_queue_resize_tags(sdev->request_queue, tags) != 0)
890 sdev->queue_depth = tags;
906 sdev->queue_depth = tags;
H A Ddc395x.c219 u8 max_tag; /* 77 Maximum tags */
527 { /* tags */
531 3, /* 16 tags (??) */
566 module_param_named(tags, cfg_data[CFG_TAGS].value, int, 0);
567 MODULE_PARM_DESC(tags, "Number of tags (1<<x). Default 3 (0-5)");
1606 "Out of tags target=<%02i-%i>)\n",
/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c190 int i, tags, boot_delay; local
194 tags = 2 << nvram->max_tags_index;
205 printf("%s: HOST ID=%d%s%s%s%s%s%s%s%s%s BOOT DELAY=%d tags=%d\n",
215 rem, boot_delay, tags);
/drivers/scsi/mvsas/
H A Dmv_sas.h201 __le32 tags; /* targ port xfer tag; tag */ member in struct:mvs_cmd_hdr
390 unsigned long *tags; member in struct:mvs_info
H A Dmv_init.c167 kfree(mvi->tags);
314 /* Initialize tags */
402 mvi->tags = kzalloc(MVS_CHIP_SLOT_SZ>>3, GFP_KERNEL);
403 if (!mvi->tags)
H A Dmv_sas.c41 void *bitmap = mvi->tags;
52 void *bitmap = mvi->tags;
59 void *bitmap = mvi->tags;
399 hdr->tags = cpu_to_le32(tag);
488 hdr->tags = cpu_to_le32(hdr_tag);
606 hdr->tags = cpu_to_le32(tag);
/drivers/scsi/fnic/
H A Dfnic.h195 struct fnic_host_tag *tags; member in struct:fnic
/drivers/scsi/pm8001/
H A Dpm8001_init.c153 kfree(pm8001_ha->tags);
210 pm8001_ha->tags = kzalloc(PM8001_MAX_CCB, GFP_KERNEL);
211 if (!pm8001_ha->tags)
300 /* Initialize tags */
H A Dpm8001_sas.c61 * pm8001_tag_clear - clear the tags bitmap
67 void *bitmap = pm8001_ha->tags;
78 void *bitmap = pm8001_ha->tags;
90 void *bitmap = pm8001_ha->tags;
H A Dpm8001_sas.h370 unsigned long *tags; member in struct:pm8001_hba_info

Completed in 301 milliseconds