Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dcore.c762 if (!ctrl || req->error_loc == NVMET_NO_ERROR_LOC) in nvmet_set_error()
1019 req->error_loc = NVMET_NO_ERROR_LOC; in nvmet_req_init()
H A Dnvmet.h30 #define NVMET_NO_ERROR_LOC ((u16)-1) macro