Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dcontext.h102 LM_CID_STATE_PENDING, enumerator
H A Dbnxe_context.c618 context->array[cid].cid_resc.cid_pending = LM_CID_STATE_PENDING; in lm_allocate_cid()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c2048 if (lm_cid_state(pdev, iscsi->cid) == LM_CID_STATE_PENDING) { in lm_sc_alloc_con_resc()
2451 if (lm_cid_state(pdev, fcoe->cid) == LM_CID_STATE_PENDING) in lm_fc_alloc_con_resc()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2783 if (lm_cid_state(pdev, tcp->cid) == LM_CID_STATE_PENDING) { in lm_tcp_init_tcp_context()