Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/ngene/
Dngene-core.c894 struct HW_SCATTER_GATHER_ELEMENT *SCListEntry; in AllocateRingBuffers() local
914 SCListEntry = SCListMem; in AllocateRingBuffers()
930 SCListEntry->Address = PABuffer; in AllocateRingBuffers()
931 SCListEntry->Length = Buffer1Length; in AllocateRingBuffers()
933 Cur->scList1 = SCListEntry; in AllocateRingBuffers()
938 SCListEntry += 1; in AllocateRingBuffers()
943 SCListEntry->Address = of; in AllocateRingBuffers()
944 SCListEntry->Length = OVERFLOW_BUFFER_SIZE; in AllocateRingBuffers()
945 SCListEntry += 1; in AllocateRingBuffers()
962 SCListEntry->Address = PABuffer; in AllocateRingBuffers()
[all …]