Searched refs:ioctl_data (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/ |
D | ips.c | 1540 if (ha->ioctl_data && length <= ha->ioctl_len) in ips_alloc_passthru_buffer() 1546 pci_free_consistent(ha->pcidev, ha->ioctl_len, ha->ioctl_data, in ips_alloc_passthru_buffer() 1549 ha->ioctl_data = (char *) bigger_buf; in ips_alloc_passthru_buffer() 1589 if (ha->ioctl_data) { in ips_make_passthru() 1590 pt = (ips_passthru_t *) ha->ioctl_data; in ips_make_passthru() 1600 ips_scmd_buf_read(SC, ha->ioctl_data, ha->ioctl_datasize); in ips_make_passthru() 1601 pt = (ips_passthru_t *) ha->ioctl_data; in ips_make_passthru() 1615 memcpy(ha->ioctl_data + sizeof (ips_passthru_t), in ips_make_passthru() 1617 ips_scmd_buf_write(SC, ha->ioctl_data, in ips_make_passthru() 1639 ips_scmd_buf_write(SC, ha->ioctl_data, in ips_make_passthru() [all …]
|
D | ips.h | 1058 char *ioctl_data; /* IOCTL data area */ member
|
/drivers/net/ |
D | dl2k.h | 467 struct ioctl_data { struct
|