Searched refs:nvmf_send_controller_data (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/nvmf/ |
H A D | nvmf_transport.h | 135 u_int nvmf_send_controller_data(struct nvmf_capsule *nc,
|
H A D | nvmf_transport.c | 225 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 D | nvmft_controller.c | 559 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 D | ctl_frontend_nvmf.c | 449 status = nvmf_send_controller_data(nc, ctnio->kern_rel_offset, m, in nvmft_datamove_in()
|
/freebsd/usr.sbin/nvmfd/ |
H A D | controller.c | 164 nvmf_send_controller_data(nc, &c->cdata, sizeof(c->cdata)); in handle_identify_command()
|