Home
last modified time | relevance | path

Searched refs:DID_ALLOC_FAILURE (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/scsi/
Dscsi_status.h69 DID_ALLOC_FAILURE = 0x12, /* Space allocation on the device failed */ enumerator
/linux-5.19.10/drivers/scsi/
Dxen-scsifront.c297 return DID_ALLOC_FAILURE; in scsifront_host_byte()
Dscsi_error.c649 set_host_byte(scmd, DID_ALLOC_FAILURE); in scsi_check_sense()
Dscsi_lib.c615 case DID_ALLOC_FAILURE: in scsi_result_to_blk_status()
/linux-5.19.10/drivers/xen/
Dxen-scsiback.c342 case DID_ALLOC_FAILURE: in scsiback_result()
/linux-5.19.10/drivers/scsi/cxlflash/
Dmain.c135 scp->result = (DID_ALLOC_FAILURE << 16); in process_cmd_err()