Lines Matching refs:gdtcmd
446 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, in __gdth_execute() argument
473 cmndinfo.internal_cmd_str = gdtcmd; in __gdth_execute()
489 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, in gdth_execute() argument
493 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info); in gdth_execute()
4632 gdth_cmd_str gdtcmd; in gdth_flush() local
4640 gdtcmd.BoardNode = LOCALBOARD; in gdth_flush()
4641 gdtcmd.Service = CACHESERVICE; in gdth_flush()
4642 gdtcmd.OpCode = GDT_FLUSH; in gdth_flush()
4644 gdtcmd.u.cache64.DeviceNo = i; in gdth_flush()
4645 gdtcmd.u.cache64.BlockNo = 1; in gdth_flush()
4646 gdtcmd.u.cache64.sg_canz = 0; in gdth_flush()
4648 gdtcmd.u.cache.DeviceNo = i; in gdth_flush()
4649 gdtcmd.u.cache.BlockNo = 1; in gdth_flush()
4650 gdtcmd.u.cache.sg_canz = 0; in gdth_flush()
4654 gdth_execute(ha->shost, &gdtcmd, cmnd, 30, NULL); in gdth_flush()