Home
last modified time | relevance | path

Searched refs:gdtcmd (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth_proc.c32 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 in gdth_set_asc_info()
161 gdth_cmd_str *gdtcmd; gdth_show_info() local
[all...]
H A Dgdth_proc.h9 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
H A Dgdth.c332 static int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, 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()
3959 gdth_cmd_str gdtcmd; in gdth_flush() local
3967 gdtcmd.BoardNode = LOCALBOARD; in gdth_flush()
3968 gdtcmd.Service = CACHESERVICE; in gdth_flush()
3969 gdtcmd.OpCode = GDT_FLUSH; in gdth_flush()
3971 gdtcmd.u.cache64.DeviceNo = i; in gdth_flush()
3972 gdtcmd in gdth_flush()
[all...]

Completed in 6 milliseconds