Searched refs:nvmf_receive_controller_data (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/nvmf/ |
H A D | nvmf_transport.h | 110 int nvmf_receive_controller_data(struct nvmf_capsule *nc,
|
H A D | nvmf_transport.c | 210 nvmf_receive_controller_data(struct nvmf_capsule *nc, uint32_t data_offset, in nvmf_receive_controller_data() function
|
/freebsd/lib/libnvmf/ |
H A D | libnvmf.h | 140 int nvmf_receive_controller_data(const struct nvmf_capsule *nc,
|
H A D | nvmf_transport.c | 223 nvmf_receive_controller_data(const struct nvmf_capsule *nc, in nvmf_receive_controller_data() function
|
H A D | nvmf_controller.c | 249 error = nvmf_receive_controller_data(cc, 0, data, sizeof(*data)); in nvmf_accept()
|
/freebsd/sys/dev/nvmf/controller/ |
H A D | ctl_frontend_nvmf.c | 362 error = nvmf_receive_controller_data(nc, ctnio->kern_rel_offset, &mem, in nvmft_datamove_out()
|