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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A DDAC960.c6681 DAC960_V1_DCDB_T *DCDB_IOBUF = NULL; local
6724 DCDB_IOBUF = pci_alloc_consistent(Controller->PCIDevice,
6726 if (DCDB_IOBUF == NULL)
6777 memcpy(DCDB_IOBUF, &DCDB, sizeof(DAC960_V1_DCDB_T));
6809 I don't believe Target or Channel in the DCDB_IOBUF
6814 if (copy_to_user(UserCommand.DCDB, DCDB_IOBUF,
6825 if (DCDB_IOBUF != NULL)
6827 DCDB_IOBUF, DCDB_IOBUFDMA);

Completed in 45 milliseconds