Searched refs:nextchunk (Results 1 – 6 of 6) sorted by relevance
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()
48 struct hlist_node nextchunk; member
247 hlist_for_each_entry(chunk, &queue->chead, nextchunk) { in send_cpt_command()
32 struct list_head nextchunk; member
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()
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()