Searched refs:nvmf_send_controller_data (Results 1 – 11 of 11) sorted by relevance
| /src/tools/tools/nvmf/nvmfd/ |
| H A D | io.c | 116 nvmf_send_controller_data(nc, buf, len); in handle_get_log_page() 124 nvmf_send_controller_data(nc, &ioc->hip, sizeof(ioc->hip)); in handle_get_log_page() 130 nvmf_send_controller_data(nc, &ioc->fp, sizeof(ioc->fp)); in handle_get_log_page() 159 nvmf_send_controller_data(nc, &nsdata, sizeof(nsdata)); in handle_io_identify_command() 169 nvmf_send_controller_data(nc, &nslist, sizeof(nslist)); in handle_io_identify_command() 179 nvmf_send_controller_data(nc, &nsdata, sizeof(nsdata)); in handle_io_identify_command()
|
| H A D | controller.c | 164 nvmf_send_controller_data(nc, &c->cdata, sizeof(c->cdata)); in handle_identify_command()
|
| H A D | discovery.c | 235 nvmf_send_controller_data(nc, (char *)dc->discovery_log + offset, in handle_get_log_page_command()
|
| H A D | devices.c | 275 nvmf_send_controller_data(nc, src, len); in device_read()
|
| /src/sys/dev/nvmf/controller/ |
| H A D | nvmft_controller.c | 580 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page() 607 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page() 624 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page() 647 status = nvmf_send_controller_data(nc, 0, m, len); in handle_get_log_page() 701 status = nvmf_send_controller_data(nc, 0, m, in handle_identify_command() 723 status = nvmf_send_controller_data(nc, 0, m, m->m_len); in handle_identify_command()
|
| H A D | ctl_frontend_nvmf.c | 481 status = nvmf_send_controller_data(nc, ctnio->kern_rel_offset, m, in nvmft_datamove_in()
|
| /src/sys/dev/nvmf/ |
| H A D | nvmf_transport.h | 150 u_int nvmf_send_controller_data(struct nvmf_capsule *nc,
|
| H A D | nvmf_transport.c | 237 nvmf_send_controller_data(struct nvmf_capsule *nc, uint32_t data_offset, in nvmf_send_controller_data() function
|
| /src/usr.sbin/ctld/ |
| H A D | nvmf_discovery.cc | 384 nvmf_send_controller_data(nc, &cdata, sizeof(cdata)); in handle_identify_command() 414 nvmf_send_controller_data(nc, discovery_log.data() + offset, length); in handle_get_log_page_command()
|
| /src/lib/libnvmf/ |
| H A D | libnvmf.h | 157 int nvmf_send_controller_data(const struct nvmf_capsule *nc,
|
| H A D | nvmf_transport.c | 231 nvmf_send_controller_data(const struct nvmf_capsule *nc, const void *buf, in nvmf_send_controller_data() function
|