Home
last modified time | relevance | path

Searched refs:mid_cb (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h490 int (*mid_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); member
H A Dahci.c727 if (opts->mid_cb) { in ahci_exec()
728 rc = opts->mid_cb(ahci, cmd, opts); in ahci_exec()