Home
last modified time | relevance | path

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

/openbmc/qemu/scsi/
H A Dpr-helper.h31 #define PR_HELPER_SENSE_SIZE 96 macro
37 uint8_t sense[PR_HELPER_SENSE_SIZE];
H A Dpr-manager-helper.c235 io_hdr->sb_len_wr = MIN(io_hdr->mx_sb_len, PR_HELPER_SENSE_SIZE); in pr_manager_helper_run()
H A Dqemu-pr-helper.c142 memset(data->sense, 0, PR_HELPER_SENSE_SIZE); in do_sgio_worker()
148 io_hdr.mx_sb_len = PR_HELPER_SENSE_SIZE; in do_sgio_worker()