Home
last modified time | relevance | path

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

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