Searched refs:NUM_CIDS (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c21 #define NUM_CIDS (UINT16_MAX + 1) macro
22 BITSET_DEFINE(cidset, NUM_CIDS);
88 if (BIT_TEST_SET_ATOMIC(NUM_CIDS, cmd->cid, qp->cids)) {
116 qp->cids = BITSET_ALLOC(NUM_CIDS, M_NVMFT, M_WAITOK | M_ZERO);
211 KASSERT(BIT_ISSET(NUM_CIDS, cmd->cid, qp->cids),
214 BIT_CLR_ATOMIC(NUM_CIDS, cmd->cid, qp->cids);
223 KASSERT(BIT_ISSET(NUM_CIDS, cpl->cid, qp->cids),
226 BIT_CLR_ATOMIC(NUM_CIDS, cpl->cid, qp->cids);

Completed in 96 milliseconds