Searched refs:gdth_cmd_str (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | gdth_proc.h | 8 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
|
D | gdth.c | 445 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() 1362 register gdth_cmd_str *cmd_ptr; in gdth_copy_command() 1484 register gdth_cmd_str *cmd_ptr; in gdth_internal_cmd() 1490 memset((char*)cmd_ptr,0,sizeof(gdth_cmd_str)); in gdth_internal_cmd() 1537 ha->cmd_len = sizeof(gdth_cmd_str); in gdth_internal_cmd() 2432 register gdth_cmd_str *cmdp; in gdth_fill_cache_cmd() 2576 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + in gdth_fill_cache_cmd() 2585 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + in gdth_fill_cache_cmd() 2607 register gdth_cmd_str *cmdp; in gdth_fill_raw_cmd() [all …]
|
D | gdth_ioctl.h | 129 } __attribute__((packed)) gdth_cmd_str; typedef 273 gdth_cmd_str command; /* command */
|
D | gdth_proc.c | 45 gdth_cmd_str gdtcmd; in gdth_set_asc_info() 51 memset(&gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_set_asc_info() 164 gdth_cmd_str *gdtcmd; in gdth_get_info() 184 memset(gdtcmd, 0, sizeof(gdth_cmd_str)); in gdth_get_info()
|
D | gdth.h | 861 gdth_cmd_str cmdext; 862 gdth_cmd_str *pccb; /* address command structure */ 916 gdth_cmd_str *internal_cmd_str; /* crier for internal messages*/
|