Searched defs:SHT (Results 1 – 4 of 4) sorted by relevance
58 typedef struct SHT struct62 struct SHT * next; argument65 struct module * module;68 struct proc_dir_entry *proc_dir;98 int (* detect)(struct SHT *); argument100 int (*revoke)(Scsi_Device *);107 int (*release)(struct Scsi_Host *);114 const char *(* info)(struct Scsi_Host *);119 int (*ioctl)(Scsi_Device *dev, int cmd, void *arg);132 int (* command)(Scsi_Cmnd *);[all …]
2305 Scsi_Host_Template *SHT; in scsi_unregister_host() local
105 #define IPS_REGISTER_HOSTS(SHT) scsi_register_module(MODULE_SCSI_HA,SHT) argument106 #define IPS_UNREGISTER_HOSTS(SHT) scsi_unregister_module(MODULE_SCSI_HA,SHT) argument116 #define IPS_REGISTER_HOSTS(SHT) (!ips_detect(SHT)) argument117 #define IPS_UNREGISTER_HOSTS(SHT) argument
593 ips_detect(Scsi_Host_Template * SHT) in ips_detect()