Searched refs:AHCIOpts (Results 1 – 3 of 3) 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; typedef612 uint8_t op, const AHCIOpts *opts);
673 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()
1551 const AHCIOpts *opts) in ahci_cb_cmp_buff()1575 AHCIOpts opts = { in ahci_test_cdrom()