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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth_proc.c45 gdth_cmd_str gdtcmd; local
51 memset(&gdtcmd, 0, sizeof(gdth_cmd_str));
78 gdtcmd.Service = CACHESERVICE;
79 gdtcmd.OpCode = GDT_FLUSH;
81 gdtcmd.u.cache64.DeviceNo = i;
82 gdtcmd.u.cache64.BlockNo = 1;
84 gdtcmd.u.cache.DeviceNo = i;
85 gdtcmd.u.cache.BlockNo = 1;
88 gdth_execute(host, &gdtcmd, cmnd, 30, NULL);
133 gdtcmd
164 gdth_cmd_str *gdtcmd; local
[all...]
H A Dgdth_proc.h8 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
H A Dgdth.c444 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, argument
471 cmndinfo.internal_cmd_str = gdtcmd;
487 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, argument
491 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info);
4637 gdth_cmd_str gdtcmd; local
4645 gdtcmd.BoardNode = LOCALBOARD;
4646 gdtcmd.Service = CACHESERVICE;
4647 gdtcmd.OpCode = GDT_FLUSH;
4649 gdtcmd.u.cache64.DeviceNo = i;
4650 gdtcmd
[all...]

Completed in 176 milliseconds