Home
last modified time | relevance | path

Searched refs:scsi_proc_hostdir_add (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
Dscsi_priv.h103 extern void scsi_proc_hostdir_add(struct scsi_host_template *);
110 # define scsi_proc_hostdir_add(sht) do { } while (0) macro
Dscsi_proc.c100 void scsi_proc_hostdir_add(struct scsi_host_template *sht) in scsi_proc_hostdir_add() function
Dhosts.c523 scsi_proc_hostdir_add(shost->hostt); in scsi_host_alloc()