Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.h135 u_int nvmf_send_controller_data(struct nvmf_capsule *nc,
H A Dnvmf_transport.c225 nvmf_send_controller_data(struct nvmf_capsule *nc, uint32_t data_offset, in nvmf_send_controller_data() function
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c559 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
586 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
603 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
626 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page()
680 status = nvmf_send_controller_data(nc, 0, m, in handle_identify_command()
702 status = nvmf_send_controller_data(nc, 0, m, m->m_len); in handle_identify_command()
H A Dctl_frontend_nvmf.c449 status = nvmf_send_controller_data(nc, ctnio->kern_rel_offset, m, in nvmft_datamove_in()
/freebsd/usr.sbin/nvmfd/
H A Dcontroller.c164 nvmf_send_controller_data(nc, &c->cdata, sizeof(c->cdata)); in handle_identify_command()