Home
last modified time | relevance | path

Searched refs:nvmf_capsule_cqe (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/nvmf/
H A Dnvmf_transport.h81 void *nvmf_capsule_cqe(struct nvmf_capsule *nc);
H A Dnvmf_transport.c176 nvmf_capsule_cqe(struct nvmf_capsule *nc) in nvmf_capsule_cqe() function
/freebsd/lib/libnvmf/
H A Dlibnvmf.h109 const void *nvmf_capsule_cqe(const struct nvmf_capsule *nc);
H A Dnvmf_transport.c199 nvmf_capsule_cqe(const struct nvmf_capsule *nc) in nvmf_capsule_cqe() function
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_qpair.c180 cqe = nvmf_capsule_cqe(nc); in nvmf_receive_capsule()