Home
last modified time | relevance | path

Searched refs:cf_msg (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cm.c397 evp->cm_event.failed.cf_code, evp->cm_event.failed.cf_msg, in iser_handle_cm_event_failure()
406 (evp->cm_event.failed.cf_msg == IBT_CM_FAILURE_REQ)) { in iser_handle_cm_event_failure()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_cm.c281 event->cm_event.failed.cf_msg, in srpt_cm_failure_hdlr()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_cm.h389 uint8_t cf_msg; /* The message that timed out or is */ member
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c628 evp->cm_event.failed.cf_code, evp->cm_event.failed.cf_msg, in rds_handle_cm_event_failure()
642 (evp->cm_event.failed.cf_msg == IBT_CM_FAILURE_REQ)) { in rds_handle_cm_event_failure()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c414 uint8_t cf_code, uint8_t cf_msg,
4311 uint8_t cf_msg; in ibcm_timeout_client_cb() local
4355 cf_msg = IBT_CM_FAILURE_REQ; in ibcm_timeout_client_cb()
4361 cf_msg = IBT_CM_FAILURE_REP; in ibcm_timeout_client_cb()
4370 cf_msg, IBT_CM_TIMEOUT, data, IBT_REJ_PRIV_DATA_SZ); in ibcm_timeout_client_cb()
5280 uint8_t cf_msg, ibt_cm_reason_t cf_reason, uint8_t *client_data, in ibcm_handler_conn_fail() argument
5301 event.cm_event.failed.cf_msg = cf_msg; in ibcm_handler_conn_fail()
7312 event.cm_event.failed.cf_msg = rej_msgp->rej_msg_type_plus >> 6; in ibcm_cep_state_rej()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c3235 ibt_cm_event->cm_event.failed.cf_msg, in ibd_rc_dispatch_actv_mad()
3310 ibt_cm_event->cm_event.failed.cf_msg, in ibd_rc_dispatch_pass_mad()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c6903 (int)event->cm_event.failed.cf_msg, in daplka_cm_service_event_failure()
6960 (int)event->cm_event.failed.cf_msg, in daplka_cm_service_event_failure()
7295 (int)event->cm_event.failed.cf_msg, in daplka_cm_rc_event_failure()
7390 (int)event->cm_event.failed.cf_msg, in daplka_cm_rc_event_failure()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1874 idp, failedp->cf_code, failedp->cf_msg, in ibcma_handle_failed()