Lines Matching refs:gdth_cmd_str
446 int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd, in __gdth_execute()
489 int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd, in gdth_execute()
1355 register gdth_cmd_str *cmd_ptr; in gdth_copy_command()
1477 register gdth_cmd_str *cmd_ptr; in gdth_internal_cmd()
1483 memset((char*)cmd_ptr,0,sizeof(gdth_cmd_str)); in gdth_internal_cmd()
1530 ha->cmd_len = sizeof(gdth_cmd_str); in gdth_internal_cmd()
2426 register gdth_cmd_str *cmdp; in gdth_fill_cache_cmd()
2570 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + in gdth_fill_cache_cmd()
2579 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + in gdth_fill_cache_cmd()
2601 register gdth_cmd_str *cmdp; in gdth_fill_raw_cmd()
2642 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst); in gdth_fill_raw_cmd()
2648 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst); in gdth_fill_raw_cmd()
2742 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) + in gdth_fill_raw_cmd()
2750 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + in gdth_fill_raw_cmd()
2774 register gdth_cmd_str *cmdp; in gdth_special_cmd()
2801 GDTOFFSOF(gdth_cmd_str,u.ioctl.p_param) + sizeof(u64); in gdth_special_cmd()
2806 GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + sizeof(gdth_sg64_str); in gdth_special_cmd()
2809 GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()
2814 GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) + sizeof(gdth_sg64_str); in gdth_special_cmd()
2817 GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()
3225 gdth_cmd_str *cmdp; in gdth_sync_event()
3258 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_sync_event()
3292 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_sync_event()
3588 gdth_cmd_str *cmdp; in gdth_async_event()
3609 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_async_event()
4127 gdth_cmd_str cmd; in ioc_resetdrv()
4140 memset(&cmd, 0, sizeof(gdth_cmd_str)); in ioc_resetdrv()
4277 sizeof(gdth_ioctl_general) - sizeof(gdth_cmd_str))) { in ioc_general()
4288 gdth_cmd_str *cmd; in ioc_hdrlist()
4304 memset(cmd, 0, sizeof(gdth_cmd_str)); in ioc_hdrlist()
4341 gdth_cmd_str *cmd; in ioc_rescan()
4359 memset(cmd, 0, sizeof(gdth_cmd_str)); in ioc_rescan()
4632 gdth_cmd_str gdtcmd; in gdth_flush()
4886 sizeof(gdth_cmd_str), PCI_DMA_BIDIRECTIONAL); in gdth_eisa_probe_one()
4930 pci_unmap_single(ha->pdev,ha->ccb_phys, sizeof(gdth_cmd_str), in gdth_eisa_probe_one()
5132 sizeof(gdth_cmd_str),PCI_DMA_BIDIRECTIONAL); in gdth_remove_one()