Home
last modified time | relevance | path

Searched refs:nvmf_tcp_construct_pdu (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libnvmf/
H A Dnvmf_tcp.c425 nvmf_tcp_construct_pdu(struct nvmf_tcp_qpair *qp, void *hdr, size_t hlen, in nvmf_tcp_construct_pdu() function
673 return (nvmf_tcp_construct_pdu(qp, &h2c, sizeof(h2c), buf, len)); in tcp_send_h2c_pdu()
1221 error = nvmf_tcp_construct_pdu(qp, &cmd, sizeof(cmd), use_icd ? in tcp_transmit_command()
1247 return (nvmf_tcp_construct_pdu(qp, &rsp, sizeof(rsp), NULL, 0)); in tcp_transmit_response()
1333 return (nvmf_tcp_construct_pdu(qp, &r2t, sizeof(r2t), NULL, 0)); in tcp_send_r2t()
1420 return (nvmf_tcp_construct_pdu(qp, &c2h, sizeof(c2h), in tcp_send_c2h_pdu()
/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c434 nvmf_tcp_construct_pdu(struct nvmf_tcp_qpair *qp, void *hdr, size_t hlen, in nvmf_tcp_construct_pdu() function
576 m = nvmf_tcp_construct_pdu(qp, &r2t, sizeof(r2t), NULL, 0); in tcp_send_r2t()
937 top = nvmf_tcp_construct_pdu(qp, &h2c, sizeof(h2c), m, len); in tcp_send_h2c_pdu()
1270 top = nvmf_tcp_construct_pdu(qp, &cmd, sizeof(cmd), m, m != NULL ? in tcp_command_pdu()
1285 return (nvmf_tcp_construct_pdu(qp, &rsp, sizeof(rsp), NULL, 0)); in tcp_response_pdu()
1789 top = nvmf_tcp_construct_pdu(qp, &c2h, sizeof(c2h), m, len); in tcp_send_c2h_pdu()