Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt.h838 #define BNXT_CTX_FLAG_INITED 0x01 macro
HDif_bnxt.c1108 ctx->flags &= ~BNXT_CTX_FLAG_INITED; in bnxt_free_ctx_mem()
1185 if (!ctx || (ctx->flags & BNXT_CTX_FLAG_INITED)) in bnxt_alloc_ctx_mem()
1292 ctx->flags |= BNXT_CTX_FLAG_INITED; in bnxt_alloc_ctx_mem()