Lines Matching refs:gdtcmd
445 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()
4648 gdtcmd.u.cache64.sg_canz = 0; in gdth_flush()
4650 gdtcmd.u.cache.DeviceNo = i; in gdth_flush()
4651 gdtcmd.u.cache.BlockNo = 1; in gdth_flush()
4652 gdtcmd.u.cache.sg_canz = 0; in gdth_flush()
4656 gdth_execute(ha->shost, &gdtcmd, cmnd, 30, NULL); in gdth_flush()