Home
last modified time | relevance | path

Searched defs:nvmf_tcp_qpair (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c64 struct nvmf_tcp_qpair { struct
65 struct nvmf_qpair qp;
67 struct socket *so;
69 volatile u_int refs; /* Every allocated capsule holds a reference */
70 uint8_t txpda;
71 uint8_t rxpda;
72 bool header_digests;
73 bool data_digests;
74 uint32_t maxr2t;
75 uint32_t maxh2cdata; /* Controller only */
[all …]
/freebsd/lib/libnvmf/
H A Dnvmf_tcp.c63 struct nvmf_tcp_qpair { struct
84 #define TQP(qp) ((struct nvmf_tcp_qpair *)(qp)) argument