Home
last modified time | relevance | path

Searched refs:gdth_cmd_str (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dgdth_proc.h8 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
Dgdth.c445 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, in __gdth_execute()
488 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, in gdth_execute()
1354 register gdth_cmd_str *cmd_ptr; in gdth_copy_command()
1476 register gdth_cmd_str *cmd_ptr; in gdth_internal_cmd()
1482 memset((char*)cmd_ptr,0,sizeof(gdth_cmd_str)); in gdth_internal_cmd()
1529 ha->cmd_len = sizeof(gdth_cmd_str); in gdth_internal_cmd()
2424 register gdth_cmd_str *cmdp; in gdth_fill_cache_cmd()
2568 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + in gdth_fill_cache_cmd()
2577 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + in gdth_fill_cache_cmd()
2599 register gdth_cmd_str *cmdp; in gdth_fill_raw_cmd()
[all …]
Dgdth_ioctl.h129 } __attribute__((packed)) gdth_cmd_str; typedef
273 gdth_cmd_str command; /* command */
Dgdth_proc.c31 gdth_cmd_str gdtcmd; in gdth_set_asc_info()
37 memset(&gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_set_asc_info()
148 gdth_cmd_str *gdtcmd; in gdth_show_info()
168 memset(gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_show_info()
Dgdth.h852 gdth_cmd_str cmdext;
853 gdth_cmd_str *pccb; /* address command structure */
907 gdth_cmd_str *internal_cmd_str; /* crier for internal messages*/