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()
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()
2640 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst); in gdth_fill_raw_cmd()
2646 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst); in gdth_fill_raw_cmd()
2740 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) + in gdth_fill_raw_cmd()
2748 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + in gdth_fill_raw_cmd()
2772 register gdth_cmd_str *cmdp; in gdth_special_cmd()
2799 GDTOFFSOF(gdth_cmd_str,u.ioctl.p_param) + sizeof(u64); in gdth_special_cmd()
2804 GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + sizeof(gdth_sg64_str); in gdth_special_cmd()
2807 GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()
2812 GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) + sizeof(gdth_sg64_str); in gdth_special_cmd()
2815 GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + sizeof(gdth_sg_str); in gdth_special_cmd()
3226 gdth_cmd_str *cmdp; in gdth_sync_event()
3259 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_sync_event()
3293 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_sync_event()
3589 gdth_cmd_str *cmdp; in gdth_async_event()
3610 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr) in gdth_async_event()
4129 gdth_cmd_str cmd; in ioc_resetdrv()
4142 memset(&cmd, 0, sizeof(gdth_cmd_str)); in ioc_resetdrv()
4279 sizeof(gdth_ioctl_general) - sizeof(gdth_cmd_str))) { in ioc_general()
4290 gdth_cmd_str *cmd; in ioc_hdrlist()
4306 memset(cmd, 0, sizeof(gdth_cmd_str)); in ioc_hdrlist()
4343 gdth_cmd_str *cmd; in ioc_rescan()
4361 memset(cmd, 0, sizeof(gdth_cmd_str)); in ioc_rescan()
4634 gdth_cmd_str gdtcmd; in gdth_flush()
4888 sizeof(gdth_cmd_str), PCI_DMA_BIDIRECTIONAL); in gdth_eisa_probe_one()
4932 pci_unmap_single(ha->pdev,ha->ccb_phys, sizeof(gdth_cmd_str), in gdth_eisa_probe_one()
5134 sizeof(gdth_cmd_str),PCI_DMA_BIDIRECTIONAL); in gdth_remove_one()