Home
last modified time | relevance | path

Searched refs:nextchunk (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c185 nextchunk) { in free_command_queues()
191 hlist_del(&chunk->nextchunk); in free_command_queues()
249 hlist_add_head(&curr->nextchunk, in alloc_command_queues()
253 hlist_add_behind(&curr->nextchunk, in alloc_command_queues()
254 &last->nextchunk); in alloc_command_queues()
H A Dcptvf.h48 struct hlist_node nextchunk; member
H A Dcptvf_reqmanager.c251 nextchunk); in send_cpt_command()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H 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()
H A Dcptvf.h48 struct hlist_node nextchunk; member
H A Dcptvf_reqmanager.c247 hlist_for_each_entry(chunk, &queue->chead, nextchunk) { in send_cpt_command()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h32 struct list_head nextchunk; member
H A Dotx_cptvf_main.c171 struct otx_cpt_cmd_chunk, nextchunk); in free_command_queues()
178 list_del(&chunk->nextchunk); in free_command_queues()
238 list_add_tail(&curr->nextchunk, in alloc_command_queues()
H 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()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h32 struct list_head nextchunk; member
H 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()
H 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 10 milliseconds