Searched defs:AHCIOpts (Results 1 – 1 of 1) sorted by relevance
479 typedef struct AHCIOpts { struct489 int (*pre_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); argument490 int (*mid_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); argument491 int (*post_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); argument493 } AHCIOpts; typedef