Searched refs:body0 (Results 1 – 1 of 1) sorted by relevance
193 struct vsp1_dl_body *body0; member568 dl->body0 = vsp1_dl_body_get(dlm->pool); in vsp1_dl_list_alloc()569 if (!dl->body0) { in vsp1_dl_list_alloc()574 header_offset = dl->body0->max_entries * sizeof(*dl->body0->entries); in vsp1_dl_list_alloc()576 dl->header = ((void *)dl->body0->entries) + header_offset; in vsp1_dl_list_alloc()577 dl->dma = dl->body0->dma + header_offset; in vsp1_dl_list_alloc()580 dl->header->lists[0].addr = dl->body0->dma; in vsp1_dl_list_alloc()597 vsp1_dl_body_put(dl->body0); in vsp1_dl_list_free()670 dl->body0->num_entries = 0; in __vsp1_dl_list_put()712 return dl->body0; in vsp1_dl_list_get_body0()[all …]
Completed in 8 milliseconds