/linux/drivers/virt/ |
H A D | vmgenid.c | 23 u8 this_id[VMGENID_SIZE]; member 31 memcpy(old_id, state->this_id, sizeof(old_id)); in vmgenid_notify() 32 memcpy(state->this_id, state->next_id, sizeof(state->this_id)); in vmgenid_notify() 33 if (!memcmp(old_id, state->this_id, sizeof(old_id))) in vmgenid_notify() 35 add_vmfork_randomness(state->this_id, sizeof(state->this_id)); in vmgenid_notify() 41 memcpy(state->this_id, state->next_id, sizeof(state->this_id)); in setup_vmgenid_state() 42 add_device_randomness(state->this_id, sizeof(state->this_id)); in setup_vmgenid_state()
|
/linux/drivers/scsi/ |
H A D | fdomain_isa.c | 63 int this_id; member 94 int this_id = 7; in fdomain_isa_match() local 136 this_id = sig->this_id; in fdomain_isa_match() 138 sh = fdomain_create(base, irq, this_id, dev); in fdomain_isa_match()
|
H A D | fdomain.c | 189 outb(BIT(sh->this_id) | BIT(target), fd->base + REG_SCSI_DATA_NOACK); in fdomain_select() 289 outb(BIT(cmd->device->host->this_id) | BIT(scmd_id(cmd)), in fdomain_work() 428 outb(BIT(cmd->device->host->this_id), fd->base + REG_SCSI_DATA_NOACK); in fdomain_queue() 508 .this_id = 7, 514 struct Scsi_Host *fdomain_create(int base, int irq, int this_id, in fdomain_create() argument 543 if (this_id) in fdomain_create() 544 sh->this_id = this_id & 0x07; in fdomain_create() 563 base, irq, sh->this_id); in fdomain_create()
|
H A D | bvme6000_scsi.c | 32 .this_id = 7, 71 host->this_id = 7; in bvme6000_probe()
|
H A D | sni_53c710.c | 50 .this_id = 7, 84 host->this_id = 7; in snirm710_probe()
|
H A D | a4000t.c | 28 .this_id = 7, 75 host->this_id = 7; in amiga_a4000t_scsi_probe()
|
H A D | mvme16x_scsi.c | 32 .this_id = 7, 75 host->this_id = 7; in mvme16x_probe()
|
H A D | lasi700.c | 79 .this_id = 7, 116 host->this_id = 7; in lasi700_probe()
|
H A D | zorro7xx.c | 34 .this_id = 7, 127 host->this_id = 7; in zorro7xx_init_one()
|
H A D | qlogicfas.c | 92 qinitid = host->this_id; in __qlogicfas_detect() 198 .this_id = -1,
|
H A D | sim710.c | 80 .this_id = 7, 120 host->this_id = scsi_id; in sim710_probe_common()
|
H A D | atari_scsi.c | 711 .this_id = 7, 755 atari_scsi_template.this_id = setup_hostid & 7; in atari_scsi_probe() 767 atari_scsi_template.this_id = b & 7; in atari_scsi_probe()
|
H A D | mac_scsi.c | 434 .this_id = 7, 471 mac_scsi_template.this_id = setup_hostid & 7; in mac_scsi_probe()
|
H A D | dmx3191d.c | 51 .this_id = 7,
|
H A D | fdomain.h | 112 struct Scsi_Host *fdomain_create(int base, int irq, int this_id,
|
H A D | mvme147.c | 82 .this_id = 7,
|
H A D | sun3_scsi.c | 504 .this_id = 7, 530 sun3_scsi_template.this_id = setup_hostid & 7; in sun3_scsi_probe()
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.c | 906 .this_id = -1, 1226 host->this_id = ahd->our_id; in ahd_linux_register_host() 2374 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahd_linux_set_width() 2389 shost->this_id, starget->id, &tstate); in ahd_linux_set_period() 2416 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahd_linux_set_period() 2442 shost->this_id, starget->id, &tstate); in ahd_linux_set_offset() 2454 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahd_linux_set_offset() 2477 shost->this_id, starget->id, &tstate); in ahd_linux_set_dt() 2500 ahd_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahd_linux_set_dt() 2519 shost->this_id, starget->id, &tstate); in ahd_linux_set_qas() [all …]
|
H A D | aic7xxx_osm.c | 791 .this_id = -1, 1095 host->this_id = ahc->our_id; in ahc_linux_register_host() 2331 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahc_linux_set_width() 2346 shost->this_id, starget->id, &tstate); in ahc_linux_set_period() 2366 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahc_linux_set_period() 2391 shost->this_id, starget->id, &tstate); in ahc_linux_set_offset() 2398 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahc_linux_set_offset() 2420 shost->this_id, starget->id, &tstate); in ahc_linux_set_dt() 2436 ahc_compile_devinfo(&devinfo, shost->this_id, starget->id, 0, in ahc_linux_set_dt() 2459 shost->this_id, starget->id, &tstate); [all …]
|
/linux/net/netfilter/ |
H A D | nf_conntrack_extend.c | 139 unsigned int this_id = READ_ONCE(ext->gen_id); in __nf_ct_ext_find() local 144 if (this_id == 0 || ext->gen_id == gen_id) in __nf_ct_ext_find()
|
/linux/fs/xfs/scrub/ |
H A D | dqiterate.c | 50 xfs_dqid_t this_id = cursor->id; in xchk_dquot_iter_revalidate_bmap() local 54 fileoff = this_id / qi->qi_dqperchunk; in xchk_dquot_iter_revalidate_bmap()
|
/linux/drivers/scsi/pcmcia/ |
H A D | qlogic_stub.c | 76 .this_id = -1, 102 qinitid = host->this_id; in qlogic_detect()
|
H A D | nsp_cs.c | 88 .this_id = NSP_INITIATOR_ID, 366 unsigned int host_id = SCpnt->device->host->this_id; in nsphw_start_selection() 654 unsigned int host_id = SCpnt->device->host->this_id; in nsp_reselected() 1328 nsp_dbg(NSP_DEBUG_INIT, "this_id=%d", sht->this_id); in nsp_detect() 1422 if (id == host->this_id) { in nsp_show_info()
|
/linux/include/scsi/ |
H A D | scsi_host.h | 393 int this_id; member 615 int this_id; member
|
/linux/drivers/scsi/arm/ |
H A D | oak.c | 111 .this_id = 7,
|