Searched defs:nvmf_che_qpair (Results 1 – 1 of 1) sorted by relevance
177 struct nvmf_che_qpair { struct178 struct nvmf_qpair qp;180 struct socket *so;181 struct toepcb *toep;182 struct nvmf_che_adapter *nca;184 volatile u_int refs; /* Every allocated capsule holds a reference */185 uint8_t txpda;186 uint8_t rxpda;187 bool header_digests;188 bool data_digests;[all …]