Lines Matching defs:host
9 int gdth_set_info(struct Scsi_Host *host, char *buffer, int length)
11 gdth_ha_str *ha = shost_priv(host);
20 ret_val = gdth_set_asc_info(host, buffer, length, ha);
27 static int gdth_set_asc_info(struct Scsi_Host *host, char *buffer,
55 printk("GDT: Flushing host drive %d .. ",drive);
57 printk("GDT: Flushing all host drives .. ");
74 gdth_execute(host, &gdtcmd, cmnd, 30, NULL);
78 printk("\nNo host drive found !\n");
137 gdth_execute(host, &gdtcmd, cmnd, 30, NULL);
151 int gdth_show_info(struct seq_file *m, struct Scsi_Host *host)
153 gdth_ha_str *ha = shost_priv(host);
260 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) != S_OK)
277 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {
324 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {
356 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) != S_OK)
433 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {
473 /* 5. about host drives */
481 /* 5.a get host drive list */
492 if (gdth_execute(host, gdtcmd, cmnd, 30, NULL) == S_OK) {