Searched refs:DCDB_IOBUF (Results 1 – 1 of 1) sorted by relevance
6682 DAC960_V1_DCDB_T *DCDB_IOBUF = NULL; in DAC960_gam_ioctl() local6734 DCDB_IOBUF = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_ioctl()6736 if (DCDB_IOBUF == NULL) { in DAC960_gam_ioctl()6786 memcpy(DCDB_IOBUF, &DCDB, sizeof(DAC960_V1_DCDB_T)); in DAC960_gam_ioctl()6823 if (copy_to_user(UserCommand.DCDB, DCDB_IOBUF, in DAC960_gam_ioctl()6834 if (DCDB_IOBUF != NULL) in DAC960_gam_ioctl()6836 DCDB_IOBUF, DCDB_IOBUFDMA); in DAC960_gam_ioctl()