Home
last modified time | relevance | path

Searched refs:TW_Ioctl_Buf_Apache (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/
H A D3w-sas.c693 newcommand->sg_list[0].address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache)); in twl_load_sgl()
705 sgl->address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache)); in twl_load_sgl()
723 TW_Ioctl_Buf_Apache *tw_ioctl; in twl_chrdev_ioctl()
751 …ent(&tw_dev->tw_pci_dev->dev, data_buffer_length_adjusted + sizeof(TW_Ioctl_Buf_Apache), &dma_hand… in twl_chrdev_ioctl()
757 tw_ioctl = (TW_Ioctl_Buf_Apache *)cpu_addr; in twl_chrdev_ioctl()
760 if (copy_from_user(tw_ioctl, argp, driver_command.buffer_length + sizeof(TW_Ioctl_Buf_Apache))) in twl_chrdev_ioctl()
818 if (copy_to_user(argp, tw_ioctl, sizeof(TW_Ioctl_Buf_Apache) + driver_command.buffer_length) == 0) in twl_chrdev_ioctl()
822 …ent(&tw_dev->tw_pci_dev->dev, data_buffer_length_adjusted + sizeof(TW_Ioctl_Buf_Apache), cpu_addr,… in twl_chrdev_ioctl()
H A D3w-9xxx.c648 TW_Ioctl_Buf_Apache *tw_ioctl; in twa_chrdev_ioctl()
681 sizeof(TW_Ioctl_Buf_Apache) + data_buffer_length_adjusted, in twa_chrdev_ioctl()
688 tw_ioctl = (TW_Ioctl_Buf_Apache *)cpu_addr; in twa_chrdev_ioctl()
691 if (copy_from_user(tw_ioctl, argp, sizeof(TW_Ioctl_Buf_Apache) + driver_command.buffer_length)) in twa_chrdev_ioctl()
873 if (copy_to_user(argp, tw_ioctl, sizeof(TW_Ioctl_Buf_Apache) + driver_command.buffer_length) == 0) in twa_chrdev_ioctl()
878 sizeof(TW_Ioctl_Buf_Apache) + data_buffer_length_adjusted, in twa_chrdev_ioctl()
1395 newcommand->sg_list[0].address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache)); in twa_load_sgl()
1410 sgl->address = TW_CPU_TO_SGL(dma_handle + sizeof(TW_Ioctl_Buf_Apache)); in twa_load_sgl()
H A D3w-sas.h339 } TW_Ioctl_Buf_Apache; typedef
H A D3w-9xxx.h611 } TW_Ioctl_Buf_Apache; typedef