Lines Matching refs:gdth_cmd_str

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()
2648 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst); in gdth_fill_raw_cmd()
2654 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst); in gdth_fill_raw_cmd()
2748 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) + in gdth_fill_raw_cmd()
2756 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + in gdth_fill_raw_cmd()
2780 register gdth_cmd_str *cmdp; in gdth_special_cmd()
2807 GDTOFFSOF(gdth_cmd_str,u.ioctl.p_param) + sizeof(u64); in gdth_special_cmd()
2812 GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + sizeof(gdth_sg64_str); in gdth_special_cmd()
2815 GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()
2820 GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) + sizeof(gdth_sg64_str); in gdth_special_cmd()
2823 GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()
3234 gdth_cmd_str *cmdp; in gdth_sync_event()
3267 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_sync_event()
3301 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_sync_event()
3597 gdth_cmd_str *cmdp; in gdth_async_event()
3618 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_async_event()
4137 gdth_cmd_str cmd; in ioc_resetdrv()
4150 memset(&cmd, 0, sizeof(gdth_cmd_str)); in ioc_resetdrv()
4287 sizeof(gdth_ioctl_general) - sizeof(gdth_cmd_str))) { in ioc_general()
4298 gdth_cmd_str *cmd; in ioc_hdrlist()
4314 memset(cmd, 0, sizeof(gdth_cmd_str)); in ioc_hdrlist()
4351 gdth_cmd_str *cmd; in ioc_rescan()
4369 memset(cmd, 0, sizeof(gdth_cmd_str)); in ioc_rescan()
4642 gdth_cmd_str gdtcmd; in gdth_flush()
4895 sizeof(gdth_cmd_str), PCI_DMA_BIDIRECTIONAL); in gdth_eisa_probe_one()
4939 pci_unmap_single(ha->pdev,ha->ccb_phys, sizeof(gdth_cmd_str), in gdth_eisa_probe_one()
5142 sizeof(gdth_cmd_str),PCI_DMA_BIDIRECTIONAL); in gdth_remove_one()