Home
last modified time | relevance | path

Searched refs:qed_alloc_table (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqed-table.c151 request->l2_table->table = qed_alloc_table(s); in qed_read_l2_table()
H A Dqed.h238 QEDTable *qed_alloc_table(BDRVQEDState *s);
H A Dqed.c234 QEDTable *qed_alloc_table(BDRVQEDState *s) in qed_alloc_table() function
250 l2_table->table = qed_alloc_table(s); in qed_new_l2_table()
516 s->l1_table = qed_alloc_table(s); in bdrv_qed_do_open()