Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dconstants.c81 [NVME_SC_SGL_INVALID_DATA] = "Data SGL Length Invalid",
/openbmc/linux/drivers/nvme/target/
H A Dcore.c100 return NVME_SC_SGL_INVALID_DATA | NVME_SC_DNR; in nvmet_copy_to_sgl()
109 return NVME_SC_SGL_INVALID_DATA | NVME_SC_DNR; in nvmet_copy_from_sgl()
118 return NVME_SC_SGL_INVALID_DATA | NVME_SC_DNR; in nvmet_zero_sgl()
1014 nvmet_req_complete(req, NVME_SC_SGL_INVALID_DATA | NVME_SC_DNR); in nvmet_check_transfer_len()
1026 nvmet_req_complete(req, NVME_SC_SGL_INVALID_DATA | NVME_SC_DNR); in nvmet_check_data_len_lte()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h484 NVME_SC_SGL_INVALID_DATA = 0xf, enumerator
/openbmc/linux/include/linux/
H A Dnvme.h1862 NVME_SC_SGL_INVALID_DATA = 0xf, enumerator