Symbol: lm_get_con_state
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/context.h
126
u32_t lm_get_con_state(struct _lm_device_t *pdev, u32_t cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1150
con_state = lm_get_con_state(pdev, cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1211
if (ERR_IF(lm_get_con_state(pdev, cid) != LM_CON_STATE_HALT))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1248
if (ERR_IF(lm_get_con_state(pdev, cid) != LM_CON_STATE_TERMINATE))
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1297
DbgBreakIf(lm_get_con_state(pdev, fwd_cid) != LM_CON_STATE_OPEN);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2783
DbgBreakIf(lm_get_con_state(pdev, cid) != LM_CON_STATE_TERMINATE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2827
DbgBreakIf(lm_get_con_state(pdev, FWD_CID(pdev)) != LM_CON_STATE_OPEN_SENT);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4072
DbgBreakIf(lm_get_con_state(pdev, cid) != LM_CON_STATE_OPEN_SENT);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4079
DbgBreakIf(lm_get_con_state(pdev, cid) != LM_CON_STATE_OPEN_SENT);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4093
DbgBreakIf(lm_get_con_state(pdev, cid) != LM_CON_STATE_HALT_SENT);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4152
DbgBreakIf(lm_get_con_state(pdev, cid) != LM_CON_STATE_HALT);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4289
con_state = lm_get_con_state(pdev, cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
649
con_state = lm_get_con_state(pdev, cid);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2803
if (lm_get_con_state(pdev, cid) == LM_CON_STATE_OPEN) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
3190
con_state = lm_get_con_state(pdev, cid);