Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h501 resp->comp_mask |= BNXT_RE_COMP_MASK_UCNTX_RSVD_WQE_DISABLED; in bnxt_re_init_rsvd_wqe_flag()
503 resp->comp_mask &= ~BNXT_RE_COMP_MASK_UCNTX_RSVD_WQE_DISABLED; in bnxt_re_init_rsvd_wqe_flag()
506 resp->comp_mask &= ~BNXT_RE_COMP_MASK_UCNTX_RSVD_WQE_DISABLED; in bnxt_re_init_rsvd_wqe_flag()
517 } else if (uctx->cmask & BNXT_RE_COMP_MASK_UCNTX_RSVD_WQE_DISABLED) { in bnxt_re_get_diff()
H A Dbnxt_re-abi.h42 BNXT_RE_COMP_MASK_UCNTX_RSVD_WQE_DISABLED = 0x04, enumerator
H A Dib_verbs.c5341 resp.comp_mask &= ~BNXT_RE_COMP_MASK_UCNTX_RSVD_WQE_DISABLED; in bnxt_re_alloc_ucontext()