Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/ngene/
Dngene-core.c926 struct HW_SCATTER_GATHER_ELEMENT *SCListEntry; in AllocateRingBuffers() local
948 SCListEntry = SCListMem; in AllocateRingBuffers()
964 SCListEntry->Address = PABuffer; in AllocateRingBuffers()
965 SCListEntry->Length = Buffer1Length; in AllocateRingBuffers()
967 Cur->scList1 = SCListEntry; in AllocateRingBuffers()
972 SCListEntry += 1; in AllocateRingBuffers()
977 SCListEntry->Address = of; in AllocateRingBuffers()
978 SCListEntry->Length = OVERFLOW_BUFFER_SIZE; in AllocateRingBuffers()
979 SCListEntry += 1; in AllocateRingBuffers()
996 SCListEntry->Address = PABuffer; in AllocateRingBuffers()
[all …]