Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A 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 in AllocateRingBuffers()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene-core.c891 struct HW_SCATTER_GATHER_ELEMENT *SCListEntry; in AllocateRingBuffers() local
912 SCListEntry = SCListMem; in AllocateRingBuffers()
928 SCListEntry->Address = PABuffer; in AllocateRingBuffers()
929 SCListEntry->Length = Buffer1Length; in AllocateRingBuffers()
931 Cur->scList1 = SCListEntry; in AllocateRingBuffers()
936 SCListEntry += 1; in AllocateRingBuffers()
941 SCListEntry->Address = of; in AllocateRingBuffers()
942 SCListEntry->Length = OVERFLOW_BUFFER_SIZE; in AllocateRingBuffers()
943 SCListEntry += 1; in AllocateRingBuffers()
961 SCListEntry in AllocateRingBuffers()
[all...]

Completed in 4 milliseconds