Home
last modified time | relevance | path

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

/src/sys/dev/nvmf/controller/
H A Dnvmft_controller.c661 nvmft_send_generic_error(ctrlr->admin, nc, status); in handle_get_log_page()
686 nvmft_send_generic_error(ctrlr->admin, nc, in handle_identify_command()
736 nvmft_send_generic_error(ctrlr->admin, nc, status); in handle_identify_command()
774 nvmft_send_generic_error(ctrlr->admin, nc, in handle_set_features()
814 nvmft_send_generic_error(ctrlr->admin, nc, NVME_SC_INVALID_FIELD); in handle_set_features()
903 nvmft_send_generic_error(ctrlr->admin, nc, NVME_SC_INVALID_FIELD); in handle_property_get()
932 nvmft_send_generic_error(ctrlr->admin, nc, NVME_SC_INVALID_FIELD); in handle_property_set()
951 nvmft_send_generic_error(ctrlr->admin, nc, in handle_admin_fabrics_command()
962 nvmft_send_generic_error(ctrlr->admin, nc, in handle_admin_fabrics_command()
980 nvmft_send_generic_error(ctrlr->admin, nc, in nvmft_handle_admin_command()
[all …]
H A Dnvmft_qpair.c275 nvmft_send_generic_error(struct nvmft_qpair *qp, struct nvmf_capsule *nc, in nvmft_send_generic_error() function
301 return (nvmft_send_generic_error(qp, nc, NVME_SC_SUCCESS)); in nvmft_send_success()
H A Dnvmft_var.h155 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()