Lines Matching refs:cmd

587                              uint8_t slot, AHCICommandHeader *cmd);
589 uint8_t slot, AHCICommandHeader *cmd);
593 void ahci_port_check_error(AHCIQState *ahci, AHCICommand *cmd);
594 void ahci_port_check_interrupts(AHCIQState *ahci, AHCICommand *cmd);
595 void ahci_port_check_nonbusy(AHCIQState *ahci, AHCICommand *cmd);
597 void ahci_port_check_pio_sanity(AHCIQState *ahci, AHCICommand *cmd);
598 void ahci_port_check_cmd_sanity(AHCIQState *ahci, AHCICommand *cmd);
608 void ahci_guest_io_resume(AHCIQState *ahci, AHCICommand *cmd);
623 void ahci_command_commit(AHCIQState *ahci, AHCICommand *cmd, uint8_t port);
624 void ahci_command_issue(AHCIQState *ahci, AHCICommand *cmd);
625 void ahci_command_issue_async(AHCIQState *ahci, AHCICommand *cmd);
626 void ahci_command_wait(AHCIQState *ahci, AHCICommand *cmd);
627 void ahci_command_verify(AHCIQState *ahci, AHCICommand *cmd);
628 void ahci_command_free(AHCICommand *cmd);
631 void ahci_command_set_flags(AHCICommand *cmd, uint16_t cmdh_flags);
632 void ahci_command_clr_flags(AHCICommand *cmd, uint16_t cmdh_flags);
633 void ahci_command_set_offset(AHCICommand *cmd, uint64_t lba_sect);
634 void ahci_command_set_buffer(AHCICommand *cmd, uint64_t buffer);
635 void ahci_command_set_size(AHCICommand *cmd, uint64_t xbytes);
636 void ahci_command_set_prd_size(AHCICommand *cmd, unsigned prd_size);
637 void ahci_command_set_sizes(AHCICommand *cmd, uint64_t xbytes,
639 void ahci_command_set_acmd(AHCICommand *cmd, void *acmd);
640 void ahci_command_enable_atapi_dma(AHCICommand *cmd);
641 void ahci_command_adjust(AHCICommand *cmd, uint64_t lba_sect, uint64_t gbuffer,
645 uint8_t ahci_command_slot(AHCICommand *cmd);
646 void ahci_write_fis(AHCIQState *ahci, AHCICommand *cmd);