Searched defs:hostno (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/
H A Discsi_boot_sysfs.c458 * @hostno: host number of scsi host
460 struct iscsi_boot_kset *iscsi_boot_create_host_kset(unsigned int hostno) argument
465 set_name = kasprintf(GFP_KERNEL, "iscsi_boot%u", hostno);
H A Dnsp32.c1460 int hostno; local
1471 hostno = host->host_no;
1477 SPRINTF("SCSI host No.: %d\n", hostno);
H A Daha152x.c1603 int hostno=DONE_SC->device->host->host_no; local
1621 DPRINTK(debug_done, DEBUG_LEAD "calling scsi_done(%p)\n", hostno, id, lun, ptr);
1623 DPRINTK(debug_done, DEBUG_LEAD "scsi_done(%p) returned\n", hostno, id, lun, ptr);
3337 KERN_DEBUG "aha152x_proc_info: buffer=%p offset=%ld length=%d hostno=%d inout=%d\n",
H A Dhpsa.c165 static void hpsa_update_scsi_devices(struct ctlr_info *h, int hostno);
612 static int hpsa_scsi_add_entry(struct ctlr_info *h, int hostno, argument
680 * know our hostno and we don't want to print anything first
683 /* if (hostno != -1) */
685 scsi_device_type(device->devtype), hostno,
691 static void hpsa_scsi_update_entry(struct ctlr_info *h, int hostno, argument
700 scsi_device_type(new_entry->devtype), hostno, new_entry->bus,
705 static void hpsa_scsi_replace_entry(struct ctlr_info *h, int hostno, argument
728 scsi_device_type(new_entry->devtype), hostno, new_entry->bus,
733 static void hpsa_scsi_remove_entry(struct ctlr_info *h, int hostno, in argument
857 adjust_hpsa_scsi_table(struct ctlr_info *h, int hostno, struct hpsa_scsi_dev_t *sd[], int nsds) argument
1831 hpsa_update_scsi_devices(struct ctlr_info *h, int hostno) argument
[all...]
H A Dpmcraid.h638 u32 hostno; member in struct:pmcraid_aen_msg
/drivers/block/
H A Dcciss_scsi.c378 cciss_scsi_add_entry(ctlr_info_t *h, int hostno, argument
443 know our hostno and we don't want to print anything first
445 if (hostno != -1)
447 scsi_device_type(sd->devtype), hostno,
453 cciss_scsi_remove_entry(ctlr_info_t *h, int hostno, int entry, argument
470 scsi_device_type(sd.devtype), hostno,
522 adjust_cciss_scsi_table(ctlr_info_t *h, int hostno, argument
550 if (hostno != -1) /* if it's not the first time... */
575 cciss_scsi_remove_entry(h, hostno, i,
582 hostno, cs
1153 cciss_update_non_disk_devices(ctlr_info_t *h, int hostno) argument
1302 cciss_scsi_user_command(ctlr_info_t *h, int hostno, char *buffer, int length) argument
[all...]
/drivers/scsi/pcmcia/
H A Dnsp_cs.c1385 int hostno; local
1391 hostno = host->host_no;
1397 SPRINTF("SCSI host No.: %d\n", hostno);

Completed in 115 milliseconds