Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c34 volatile u_int qp_refs; /* Internal references on 'qp'. */ member
130 refcount_init(&qp->qp_refs, 1); in nvmft_qpair_init()
147 if (nq != NULL && refcount_release(&qp->qp_refs)) in nvmft_qpair_shutdown()
206 refcount_acquire(&qp->qp_refs); in _nvmft_send_response()
220 if (refcount_release(&qp->qp_refs)) in _nvmft_send_response()
327 refcount_acquire(&qp->qp_refs); in nvmft_send_connect_response()
334 if (refcount_release(&qp->qp_refs)) in nvmft_send_connect_response()