Searched refs:nc_data (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/nvmf/ |
| H A D | nvmf_transport.c | 137 if (nc->nc_data.io_len != 0) in nvmf_capsule_append_data() 141 nc->nc_data.io_mem = *mem; in nvmf_capsule_append_data() 142 nc->nc_data.io_len = len; in nvmf_capsule_append_data() 143 nc->nc_data.io_complete = complete_cb; in nvmf_capsule_append_data() 144 nc->nc_data.io_complete_arg = cb_arg; in nvmf_capsule_append_data() 163 if (nc->nc_data.io_len != 0) in nvmf_abort_capsule_data() 164 nvmf_complete_io_request(&nc->nc_data, 0, error); in nvmf_abort_capsule_data()
|
| H A D | nvmf_transport_internal.h | 102 struct nvmf_io_request nc_data; member
|
| H A D | nvmf_tcp.c | 1232 if (nc->nc_data.io_len != 0) { in tcp_command_pdu() 1233 cb = tcp_alloc_command_buffer(qp, &nc->nc_data, 0, in tcp_command_pdu() 1234 nc->nc_data.io_len, nc->nc_sqe.cid); in tcp_command_pdu() 1236 if (nc->nc_send_data && nc->nc_data.io_len <= qp->max_icd) { in tcp_command_pdu() 1239 nc->nc_data.io_len, NULL, false); in tcp_command_pdu() 1240 cb->data_xfered = nc->nc_data.io_len; in tcp_command_pdu() 1261 sgl->length = htole32(nc->nc_data.io_len); in tcp_command_pdu() 1271 nc->nc_data.io_len : 0); in tcp_command_pdu()
|
| /freebsd/lib/libnvmf/ |
| H A D | internal.h | 104 void *nc_data; member
|
| H A D | nvmf_transport.c | 167 nc->nc_data = buf; in nvmf_capsule_append_data()
|
| H A D | nvmf_tcp.c | 1222 nc->nc_data : NULL, use_icd ? nc->nc_data_len : 0); in tcp_transmit_command() 1231 tc->cb = tcp_alloc_command_buffer(qp, nc->nc_data, 0, in tcp_transmit_command()
|
| /freebsd/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 2183 if (nc->nc_data.io_len != 0) { in che_command_pdu() 2184 cb = che_alloc_command_buffer(qp, &nc->nc_data, 0, in che_command_pdu() 2185 nc->nc_data.io_len, nc->nc_sqe.cid); in che_command_pdu() 2188 if (nc->nc_send_data && nc->nc_data.io_len <= qp->max_icd) { in che_command_pdu() 2192 nc->nc_data.io_len, NULL, false); in che_command_pdu() 2193 cb->data_xfered = nc->nc_data.io_len; in che_command_pdu() 2227 sgl->length = htole32(nc->nc_data.io_len); in che_command_pdu() 2237 nc->nc_data.io_len : 0); in che_command_pdu()
|