Home
last modified time | relevance | path

Searched defs:AHCIOpts (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h479 typedef struct AHCIOpts { struct
489 int (*pre_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); argument
490 int (*mid_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); argument
491 int (*post_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); argument
493 } AHCIOpts; typedef