Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-mailbox.c234 struct cx18_mdl_ack *mdl_ack; in epu_dma_done() local
252 mdl_ack = order->mdl_ack; in epu_dma_done()
253 for (i = 0; i < mdl_ack_count; i++, mdl_ack++) { in epu_dma_done()
254 id = mdl_ack->id; in epu_dma_done()
263 * two mdl_ack buffers so mdl_acks are not stale). in epu_dma_done()
269 * early (but the new mdl_ack is guaranteed to be good in this in epu_dma_done()
270 * case as the firmware wouldn't point us to a new mdl_ack until in epu_dma_done()
283 mdl = cx18_queue_get_mdl(s, id, mdl_ack->data_used); in epu_dma_done()
435 ((u32 *)order->mdl_ack)[ in epu_dma_done_irq()
[all...]
H A Dcx18-driver.h353 struct cx18_mdl_ack mdl_ack[CX18_MAX_MDL_ACKS]; member
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-mailbox.c235 struct cx18_mdl_ack *mdl_ack; in epu_dma_done() local
253 mdl_ack = order->mdl_ack; in epu_dma_done()
254 for (i = 0; i < mdl_ack_count; i++, mdl_ack++) { in epu_dma_done()
255 id = mdl_ack->id; in epu_dma_done()
264 * two mdl_ack buffers so mdl_acks are not stale). in epu_dma_done()
270 * early (but the new mdl_ack is guaranteed to be good in this in epu_dma_done()
271 * case as the firmware wouldn't point us to a new mdl_ack until in epu_dma_done()
284 mdl = cx18_queue_get_mdl(s, id, mdl_ack->data_used); in epu_dma_done()
436 ((u32 *)order->mdl_ack)[ in epu_dma_done_irq()
[all...]
H A Dcx18-driver.h360 struct cx18_mdl_ack mdl_ack[CX18_MAX_MDL_ACKS]; member

Completed in 6 milliseconds