Lines Matching refs:table_ptr
329 rsc = (void *)rproc->table_ptr + rvdev->rsc_offset; in rproc_alloc_vring()
409 rsc = (void *)rproc->table_ptr + rvring->rvdev->rsc_offset; in rproc_free_vring()
1045 if (!rproc->table_ptr) in rproc_handle_resources()
1048 for (i = 0; i < rproc->table_ptr->num; i++) { in rproc_handle_resources()
1049 int offset = rproc->table_ptr->offset[i]; in rproc_handle_resources()
1050 struct fw_rsc_hdr *hdr = (void *)rproc->table_ptr + offset; in rproc_handle_resources()
1192 rsc = (void *)rproc->table_ptr + entry->rsc_offset; in rproc_alloc_registered_carveouts()
1321 rproc->table_ptr = loaded_table; in rproc_start()
1357 rproc->table_ptr = rproc->cached_table; in rproc_start()
1425 rproc->table_ptr = NULL; in rproc_fw_boot()
1474 rproc->table_ptr = rproc->cached_table; in rproc_stop()
1830 rproc->table_ptr = NULL; in rproc_shutdown()