Searched refs:TW_New_Ioctl (Results 1 – 2 of 2) sorted by relevance
886 TW_New_Ioctl *tw_ioctl; in tw_chrdev_ioctl()915 …herent(&tw_dev->tw_pci_dev->dev, data_buffer_length_adjusted + sizeof(TW_New_Ioctl), &dma_handle, … in tw_chrdev_ioctl()921 tw_ioctl = (TW_New_Ioctl *)cpu_addr; in tw_chrdev_ioctl()924 if (copy_from_user(tw_ioctl, argp, data_buffer_length + sizeof(TW_New_Ioctl))) in tw_chrdev_ioctl()969 tw_ioctl->firmware_command.byte8.param.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl); in tw_chrdev_ioctl()973 tw_ioctl->firmware_command.byte8.io.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl); in tw_chrdev_ioctl()977 passthru->sg_list[0].address = dma_handle + sizeof(TW_New_Ioctl); in tw_chrdev_ioctl()1020 if (copy_to_user(argp, tw_ioctl, sizeof(TW_New_Ioctl) + data_buffer_length)) in tw_chrdev_ioctl()1025 …dma_free_coherent(&tw_dev->tw_pci_dev->dev, data_buffer_length_adjusted + sizeof(TW_New_Ioctl), cp… in tw_chrdev_ioctl()
352 } TW_New_Ioctl; typedef