Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c6634 DAC960_V1_DCDB_T *DCDB_IOBUF = NULL; in DAC960_gam_v1_execute_command() local
6688 DCDB_IOBUF = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_v1_execute_command()
6690 if (DCDB_IOBUF == NULL) { in DAC960_gam_v1_execute_command()
6740 memcpy(DCDB_IOBUF, &DCDB, sizeof(DAC960_V1_DCDB_T)); in DAC960_gam_v1_execute_command()
6777 if (copy_to_user(UserCommand.DCDB, DCDB_IOBUF, in DAC960_gam_v1_execute_command()
6788 if (DCDB_IOBUF != NULL) in DAC960_gam_v1_execute_command()
6790 DCDB_IOBUF, DCDB_IOBUFDMA); in DAC960_gam_v1_execute_command()