Lines Matching refs:gdtcmd
332 static int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd,
359 cmndinfo.internal_cmd_str = gdtcmd;
375 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
379 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info);
3959 gdth_cmd_str gdtcmd;
3967 gdtcmd.BoardNode = LOCALBOARD;
3968 gdtcmd.Service = CACHESERVICE;
3969 gdtcmd.OpCode = GDT_FLUSH;
3971 gdtcmd.u.cache64.DeviceNo = i;
3972 gdtcmd.u.cache64.BlockNo = 1;
3973 gdtcmd.u.cache64.sg_canz = 0;
3975 gdtcmd.u.cache.DeviceNo = i;
3976 gdtcmd.u.cache.BlockNo = 1;
3977 gdtcmd.u.cache.sg_canz = 0;
3981 gdth_execute(ha->shost, &gdtcmd, cmnd, 30, NULL);