Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi.h175 #define DID_ALLOC_FAILURE 0x12 /* Space allocation on the device failed */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_error.c607 set_host_byte(scmd, DID_ALLOC_FAILURE); in scsi_check_sense()
H A Dscsi_lib.c640 case DID_ALLOC_FAILURE: in scsi_result_to_blk_status()
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dmain.c135 scp->result = (DID_ALLOC_FAILURE << 16); in process_cmd_err()