Searched refs:mid_cb (Results 1 – 2 of 2) sorted by relevance
490 int (*mid_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); member
727 if (opts->mid_cb) { in ahci_exec()728 rc = opts->mid_cb(ahci, cmd, opts); in ahci_exec()