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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.h837 u32 DataPointer; /* Bytes 8-11 */ member in struct:BusLogic_CCB
H A DFlashPoint.c80 unsigned long DataPointer; member in struct:sccb
4998 tmpSGCnt += *(((unsigned long *)pcurrSCCB->DataPointer) +
5001 count |= *(((unsigned long *)pcurrSCCB->DataPointer) +
5004 addr = *(((unsigned long *)pcurrSCCB->DataPointer) +
5079 (unsigned long)pcurrSCCB->DataPointer + pcurrSCCB->Sccb_ATC;
5247 DataPointer) + (sg_ptr * 2)))) {
5252 pCurrSCCB->DataPointer) +
5460 sg_ptr = (unsigned long *)currSCCB->DataPointer;
7216 sg_ptr = (unsigned long *)p_SCCB->DataPointer;
H A DBusLogic.c2847 CCB->DataPointer = (unsigned int) CCB->DMA_Handle + ((unsigned long) &CCB->ScatterGatherList - (unsigned long) CCB);
2849 CCB->DataPointer = Virtual_to_32Bit_Virtual(CCB->ScatterGatherList);
2860 CCB->DataPointer = 0;

Completed in 113 milliseconds