Searched refs:gdth_cmd_str (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | gdth_proc.h | 9 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
|
| D | gdth.c | 332 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, in __gdth_execute() 375 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, in gdth_execute() 981 register gdth_cmd_str *cmd_ptr; in gdth_copy_command() 1087 register gdth_cmd_str *cmd_ptr; in gdth_internal_cmd() 1093 memset((char*)cmd_ptr,0,sizeof(gdth_cmd_str)); in gdth_internal_cmd() 1140 ha->cmd_len = sizeof(gdth_cmd_str); in gdth_internal_cmd() 1976 register gdth_cmd_str *cmdp; in gdth_fill_cache_cmd() 2108 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + in gdth_fill_cache_cmd() 2117 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + in gdth_fill_cache_cmd() 2139 register gdth_cmd_str *cmdp; in gdth_fill_raw_cmd() [all …]
|
| D | gdth_ioctl.h | 126 } __attribute__((packed)) gdth_cmd_str; typedef 185 gdth_cmd_str command; /* command */
|
| D | gdth_proc.c | 32 gdth_cmd_str gdtcmd; in gdth_set_asc_info() 37 memset(&gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_set_asc_info() 161 gdth_cmd_str *gdtcmd; in gdth_show_info() 180 memset(gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_show_info()
|
| D | gdth.h | 820 gdth_cmd_str cmdext; 821 gdth_cmd_str *pccb; /* address command structure */ 875 gdth_cmd_str *internal_cmd_str; /* crier for internal messages*/
|