Home
last modified time | relevance | path

Searched refs:ioctl_len (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dips.c1513 if (ha->ioctl_data && length <= ha->ioctl_len) in ips_alloc_passthru_buffer()
1520 dma_free_coherent(&ha->pcidev->dev, ha->ioctl_len, in ips_alloc_passthru_buffer()
1524 ha->ioctl_len = length; in ips_alloc_passthru_buffer()
4231 dma_free_coherent(&ha->pcidev->dev, ha->ioctl_len, in ips_free()
4235 ha->ioctl_len = 0; in ips_free()
6980 ha->ioctl_len = ips_ioctlsize; in ips_init_phase1()
H A Dips.h1041 int ioctl_len; /* size of ioctl buffer */ member