Home
last modified time | relevance | path

Searched refs:CDB_STATUS_VALID (Results 1 – 2 of 2) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Dscsi.h22 #define CDB_STATUS_VALID(status) (((status) & ~0x3eU) == 0) macro
H A Dvirtio-scsi.c49 CDB_STATUS_VALID(resp->status) ? ": " : ": invalid ", in virtio_scsi_verify_response()