Searched refs:gdtcmd (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | gdth_proc.c | 32 gdth_cmd_str gdtcmd; in gdth_set_asc_info() local 38 memset(&gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_set_asc_info() 65 gdtcmd.Service = CACHESERVICE; in gdth_set_asc_info() 66 gdtcmd.OpCode = GDT_FLUSH; in gdth_set_asc_info() 68 gdtcmd.u.cache64.DeviceNo = i; in gdth_set_asc_info() 69 gdtcmd.u.cache64.BlockNo = 1; in gdth_set_asc_info() 71 gdtcmd.u.cache.DeviceNo = i; in gdth_set_asc_info() 72 gdtcmd.u.cache.BlockNo = 1; in gdth_set_asc_info() 75 gdth_execute(host, &gdtcmd, cmnd, 30, NULL); in gdth_set_asc_info() 120 gdtcmd.Service = CACHESERVICE; in gdth_set_asc_info() [all …]
|
D | gdth_proc.h | 9 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
|
D | gdth.c | 446 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, in __gdth_execute() argument 473 cmndinfo.internal_cmd_str = gdtcmd; in __gdth_execute() 489 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, in gdth_execute() argument 493 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info); in gdth_execute() 4632 gdth_cmd_str gdtcmd; in gdth_flush() local 4640 gdtcmd.BoardNode = LOCALBOARD; in gdth_flush() 4641 gdtcmd.Service = CACHESERVICE; in gdth_flush() 4642 gdtcmd.OpCode = GDT_FLUSH; in gdth_flush() 4644 gdtcmd.u.cache64.DeviceNo = i; in gdth_flush() 4645 gdtcmd.u.cache64.BlockNo = 1; in gdth_flush() [all …]
|