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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c162 for Host Adapter from the BlockSize bytes located at BlockPointer. The newly
166 static void BusLogic_InitializeCCBs(struct BusLogic_HostAdapter *HostAdapter, void *BlockPointer, int BlockSize, dma_addr_t BlockPointerHandle) argument
168 struct BusLogic_CCB *CCB = (struct BusLogic_CCB *) BlockPointer;
170 memset(BlockPointer, 0, BlockSize);
199 void *BlockPointer; local
202 BlockPointer = pci_alloc_consistent(HostAdapter->PCI_Device, BlockSize, &BlockPointerHandle);
203 if (BlockPointer == NULL) {
207 BusLogic_InitializeCCBs(HostAdapter, BlockPointer, BlockSize, BlockPointerHandle);
246 void *BlockPointer; local
251 BlockPointer
[all...]

Completed in 53 milliseconds