Home
last modified time | relevance | path

Searched refs:LM_STATUS_REQUEST_NOT_ACCEPTED (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h116 LM_STATUS_REQUEST_NOT_ACCEPTED = 21, enumerator
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c2217 else if (lm_status == LM_STATUS_REQUEST_NOT_ACCEPTED) in lm_set_rx_mask()
3819 return LM_STATUS_REQUEST_NOT_ACCEPTED; in lm_sq_post_entry()
H A Dlm_dcbx.c652 if(LM_STATUS_REQUEST_NOT_ACCEPTED == lm_status) in lm_dcbx_event()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c1029 case LM_STATUS_REQUEST_NOT_ACCEPTED: in lm_vf_pf_channel_wait_response()
2808 if (lm_status == LM_STATUS_REQUEST_NOT_ACCEPTED) { in lm_vf_queue_close()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c1028 DbgBreakIf(lm_status != LM_STATUS_REQUEST_NOT_ACCEPTED); in lm_fc_init()