Searched refs:nvmft_send_generic_error (Results 1 – 4 of 4) sorted by relevance
| /src/sys/dev/nvmf/controller/ |
| H A D | nvmft_controller.c | 661 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 D | nvmft_qpair.c | 275 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 D | nvmft_var.h | 155 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()
|