Home
last modified time | relevance | path

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

/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_reqmgr.c280 ent = &queue->qhead->head[queue->idx * OTX_CPT_INST_SIZE]; in cpt_send_cmd()
283 if (++queue->idx >= queue->qhead->size / 64) { in cpt_send_cmd()
284 curr = queue->qhead; in cpt_send_cmd()
287 queue->qhead = queue->base; in cpt_send_cmd()
289 queue->qhead = list_next_entry(queue->qhead, nextchunk); in cpt_send_cmd()
A Dotx_cptvf.h38 struct otx_cpt_cmd_chunk *qhead;/* member
A Dotx_cptvf_main.c252 queue->qhead = curr; in alloc_command_queues()
633 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
/drivers/crypto/cavium/cpt/
A Dcptvf_reqmanager.c243 ent = &queue->qhead->head[queue->idx * qinfo->cmd_size]; in send_cpt_command()
246 if (++queue->idx >= queue->qhead->size / 64) { in send_cpt_command()
248 if (chunk == queue->qhead) { in send_cpt_command()
251 queue->qhead = chunk; in send_cpt_command()
A Dcptvf.h55 struct command_chunk *qhead; /* Command queue head, instructions member
A Dcptvf_main.c266 queue->qhead = curr; in alloc_command_queues()
650 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()

Completed in 18 milliseconds