Searched refs:nvmft_send_generic_error (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/nvmf/controller/ |
H A D | nvmft_controller.c | 647 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 D | nvmft_qpair.c | 269 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 D | nvmft_var.h | 154 int nvmft_send_generic_error(struct nvmft_qpair *qp,
|
H A D | ctl_frontend_nvmf.c | 255 nvmft_send_generic_error(qp, nc, in nvmft_dispatch_command()
|