Home
last modified time | relevance | path

Searched refs:scsi_cdb_xfer (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dutils.h135 uint32_t scsi_cdb_xfer(uint8_t *buf);
/openbmc/qemu/scsi/
H A Dutils.c26 return scsi_cdb_xfer(buf); in scsi_data_cdb_xfer()
30 uint32_t scsi_cdb_xfer(uint8_t *buf) in scsi_cdb_xfer() function
H A Dpr-manager-helper.c175 len = scsi_cdb_xfer(cdb); in pr_manager_helper_run()
H A Dqemu-pr-helper.c676 sz = scsi_cdb_xfer(req->cdb); in prh_read_request()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c1088 cmd->xfer = scsi_cdb_xfer(buf); in scsi_req_xfer()