Home
last modified time | relevance | path

Searched refs:nvmet_check_data_len_lte (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.c327 if (!nvmet_check_data_len_lte(req, nvmet_dsm_len(req))) in nvmet_file_execute_dsm()
H A Dio-cmd-bdev.c410 if (!nvmet_check_data_len_lte(req, nvmet_dsm_len(req))) in nvmet_bdev_execute_dsm()
H A Dnvmet.h462 bool nvmet_check_data_len_lte(struct nvmet_req *req, size_t data_len);
H A Dadmin-cmd.c828 if (!nvmet_check_data_len_lte(req, 0)) in nvmet_execute_set_features()
H A Dcore.c1012 bool nvmet_check_data_len_lte(struct nvmet_req *req, size_t data_len) in nvmet_check_data_len_lte() function