Searched refs:gdtcmd (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | gdth_proc.c | 32 gdth_cmd_str gdtcmd; in gdth_set_asc_info() local 37 memset(&gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_set_asc_info() 64 gdtcmd.Service = CACHESERVICE; in gdth_set_asc_info() 65 gdtcmd.OpCode = GDT_FLUSH; in gdth_set_asc_info() 67 gdtcmd.u.cache64.DeviceNo = i; in gdth_set_asc_info() 68 gdtcmd.u.cache64.BlockNo = 1; in gdth_set_asc_info() 70 gdtcmd.u.cache.DeviceNo = i; in gdth_set_asc_info() 71 gdtcmd.u.cache.BlockNo = 1; in gdth_set_asc_info() 74 gdth_execute(host, &gdtcmd, cmnd, 30, NULL); in gdth_set_asc_info() 129 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 | 332 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, in __gdth_execute() argument 359 cmndinfo.internal_cmd_str = gdtcmd; in __gdth_execute() 375 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, in gdth_execute() argument 379 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info); in gdth_execute() 4036 gdth_cmd_str gdtcmd; in gdth_flush() local 4044 gdtcmd.BoardNode = LOCALBOARD; in gdth_flush() 4045 gdtcmd.Service = CACHESERVICE; in gdth_flush() 4046 gdtcmd.OpCode = GDT_FLUSH; in gdth_flush() 4048 gdtcmd.u.cache64.DeviceNo = i; in gdth_flush() 4049 gdtcmd.u.cache64.BlockNo = 1; in gdth_flush() [all …]
|