Home
last modified time | relevance | path

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

/drivers/scsi/
Dgdth_proc.c31 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()
119 gdtcmd.Service = CACHESERVICE; in gdth_set_asc_info()
[all …]
Dgdth_proc.h8 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
Dgdth.c445 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, in __gdth_execute() argument
472 cmndinfo.internal_cmd_str = gdtcmd; in __gdth_execute()
488 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, in gdth_execute() argument
492 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info); in gdth_execute()
4634 gdth_cmd_str gdtcmd; in gdth_flush() local
4642 gdtcmd.BoardNode = LOCALBOARD; in gdth_flush()
4643 gdtcmd.Service = CACHESERVICE; in gdth_flush()
4644 gdtcmd.OpCode = GDT_FLUSH; in gdth_flush()
4646 gdtcmd.u.cache64.DeviceNo = i; in gdth_flush()
4647 gdtcmd.u.cache64.BlockNo = 1; in gdth_flush()
[all …]