Searched refs:body0 (Results 1 – 1 of 1) sorted by relevance
191 struct vsp1_dl_body *body0; member559 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc()560 if (!dl->body0) { in vsp1_dl_list_alloc()565 header_offset = dl->body0->max_entries * sizeof(*dl->body0->entries); in vsp1_dl_list_alloc()567 dl->header = ((void *)dl->body0->entries) + header_offset; in vsp1_dl_list_alloc()568 dl->dma = dl->body0->dma + header_offset; in vsp1_dl_list_alloc()571 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc()588 vsp1_dl_body_put(dl->body0); in vsp1_dl_list_free()656 dl->body0->num_entries = 0; in __vsp1_dl_list_put()691 return dl->body0; in vsp1_dl_list_get_body0()[all …]