Searched refs:nextchunk (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptvf_main.c | 185 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 D | cptvf.h | 48 struct hlist_node nextchunk; member
|
H A D | cptvf_reqmanager.c | 251 nextchunk); in send_cpt_command()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
H A D | cptvf_main.c | 182 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 D | cptvf.h | 48 struct hlist_node nextchunk; member
|
H A D | cptvf_reqmanager.c | 247 hlist_for_each_entry(chunk, &queue->chead, nextchunk) { in send_cpt_command()
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf.h | 32 struct list_head nextchunk; member
|
H A D | otx_cptvf_main.c | 171 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 D | otx_cptvf_reqmgr.c | 286 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 D | otx_cptvf.h | 32 struct list_head nextchunk; member
|
H A D | otx_cptvf_main.c | 169 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 D | otx_cptvf_reqmgr.c | 286 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