Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/cavium/cpt/
A Dcptvf_main.c182 nextchunk) { in free_command_queues()
188 hlist_del(&chunk->nextchunk); in free_command_queues()
246 hlist_add_head(&curr->nextchunk, in alloc_command_queues()
250 hlist_add_behind(&curr->nextchunk, in alloc_command_queues()
251 &last->nextchunk); in alloc_command_queues()
A Dcptvf.h48 struct hlist_node nextchunk; member
A Dcptvf_reqmanager.c247 hlist_for_each_entry(chunk, &queue->chead, nextchunk) { in send_cpt_command()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf.h32 struct list_head nextchunk; member
A Dotx_cptvf_main.c169 struct otx_cpt_cmd_chunk, nextchunk); in free_command_queues()
176 list_del(&chunk->nextchunk); in free_command_queues()
235 list_add_tail(&curr->nextchunk, in alloc_command_queues()
A Dotx_cptvf_reqmgr.c286 if (list_is_last(&curr->nextchunk, &queue->chead)) in cpt_send_cmd()
289 queue->qhead = list_next_entry(queue->qhead, nextchunk); in cpt_send_cmd()

Completed in 15 milliseconds