Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dips.c1541 if (ha->ioctl_data && length <= ha->ioctl_len) in ips_alloc_passthru_buffer()
1547 pci_free_consistent(ha->pcidev, ha->ioctl_len, ha->ioctl_data, in ips_alloc_passthru_buffer()
1551 ha->ioctl_len = length; in ips_alloc_passthru_buffer()
4337 pci_free_consistent(ha->pcidev, ha->ioctl_len, in ips_free()
4341 ha->ioctl_len = 0; in ips_free()
7126 ha->ioctl_len = ips_ioctlsize; in ips_init_phase1()
Dips.h1068 int ioctl_len; /* size of ioctl buffer */ member