Lines Matching refs:gdtcmd
332 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.u.cache64.BlockNo = 1; in gdth_flush()
3973 gdtcmd.u.cache64.sg_canz = 0; in gdth_flush()
3975 gdtcmd.u.cache.DeviceNo = i; in gdth_flush()
3976 gdtcmd.u.cache.BlockNo = 1; in gdth_flush()
3977 gdtcmd.u.cache.sg_canz = 0; in gdth_flush()
3981 gdth_execute(ha->shost, &gdtcmd, cmnd, 30, NULL); in gdth_flush()