Searched refs:qhead (Results 1 – 6 of 6) sorted by relevance
280 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()
38 struct otx_cpt_cmd_chunk *qhead;/* member
252 queue->qhead = curr; in alloc_command_queues()633 base_addr = (u64)(cptvf->cqinfo.queue[0].qhead->dma_addr); in cptvf_device_init()
243 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()
55 struct command_chunk *qhead; /* Command queue head, instructions member
266 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