Home
last modified time | relevance | path

Searched refs:PR_HELPER_CDB_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/scsi/
H A Dpr-helper.h30 #define PR_HELPER_CDB_SIZE 16 macro
H A Dpr-manager-helper.c161 uint8_t cdb[PR_HELPER_CDB_SIZE] = { 0 }; in pr_manager_helper_run()
163 if (!io_hdr->cmd_len || io_hdr->cmd_len > PR_HELPER_CDB_SIZE) { in pr_manager_helper_run()
H A Dqemu-pr-helper.c145 io_hdr.cmd_len = PR_HELPER_CDB_SIZE; in do_sgio_worker()
594 uint8_t cdb[PR_HELPER_CDB_SIZE];