Home
last modified time | relevance | path

Searched refs:AHCIOpts (Results 1 – 3 of 3) 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
612 uint8_t op, const AHCIOpts *opts);
H A Dahci.c673 const AHCIOpts default_opts = { .size = 0 };
687 uint8_t op, const AHCIOpts *opts_in) in ahci_exec()
691 AHCIOpts *opts; in ahci_exec()
695 sizeof(AHCIOpts)); in ahci_exec()
967 const AHCIOpts *opts) in copy_buffer()
978 AHCIOpts opts = { in ahci_atapi_get_sense()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1551 const AHCIOpts *opts) in ahci_cb_cmp_buff()
1575 AHCIOpts opts = { in ahci_test_cdrom()