Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c647 nvmft_send_generic_error(ctrlr->admin, nc, status); in handle_get_log_page()
672 nvmft_send_generic_error(ctrlr->admin, nc, in handle_identify_command()
722 nvmft_send_generic_error(ctrlr->admin, nc, status); in handle_identify_command()
760 nvmft_send_generic_error(ctrlr->admin, nc, in handle_set_features()
799 nvmft_send_generic_error(ctrlr->admin, nc, NVME_SC_INVALID_FIELD); in handle_set_features()
888 nvmft_send_generic_error(ctrlr->admin, nc, NVME_SC_INVALID_FIELD); in handle_property_get()
917 nvmft_send_generic_error(ctrlr->admin, nc, NVME_SC_INVALID_FIELD); in handle_property_set()
936 nvmft_send_generic_error(ctrlr->admin, nc, in handle_admin_fabrics_command()
947 nvmft_send_generic_error(ctrlr->admin, nc, in handle_admin_fabrics_command()
965 nvmft_send_generic_error(ctrlr->admin, nc, in nvmft_handle_admin_command()
[all …]
H A Dnvmft_qpair.c269 nvmft_send_generic_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_send_generic_error() function
295 return (nvmft_send_generic_error(qp, nc, NVME_SC_SUCCESS)); in nvmft_send_success()
H A Dnvmft_var.h154 int nvmft_send_generic_error(struct nvmft_qpair *qp,
H A Dctl_frontend_nvmf.c255 nvmft_send_generic_error(qp, nc, in nvmft_dispatch_command()