Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c707 ERR_IF(pdev->context_info->array[cid].invalid != LM_CONTEXT_INVALID_WAIT) ) in lm_cfc_delete()
714 DbgBreakIf(pdev->context_info->array[cid].invalid != LM_CONTEXT_INVALID_WAIT); in lm_cfc_delete()
788 pdev->context_info->array[cid].invalid = LM_CONTEXT_INVALID_WAIT; in lm_free_cid()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2771 #define LM_CONTEXT_INVALID_WAIT 1 macro