Searched refs:cm_handler (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c1987 if (statep->cm_handler != NULL) {
2003 (void) statep->cm_handler(statep->state_cm_private,
2515 * if close_nocb_state is IBCM_FAIL, then cm_handler is NULL
2518 if (statep->cm_handler != NULL) {
2535 cb_status = statep->cm_handler(statep->state_cm_private,
2797 /* if close_nocb_state is IBCM_FAIL, then cm_handler is NULL */
2798 if (statep->cm_handler != NULL) {
2823 (void) statep->cm_handler(statep->state_cm_private,
3371 if (statep->cm_handler) { /* cannot be NULL, but still .. */
3394 (void) statep->cm_handler(state
[all...]
H A Dibcm_ti.c824 statep->cm_handler = chan_args->oc_cm_handler;
1466 statep->cm_handler = NULL;
1521 statep->cm_handler = NULL; /* sanity setting */
1571 statep->cm_handler = NULL;
4368 ASSERT(statep->cm_handler != NULL);
6843 dummy_rc.cm_handler = ibcm_dummy_rc_handler;
6846 "dummy_ud.ud_cm_handler %p", dummy_rc.cm_handler);
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h299 * cm_handler : Client handler callback address
376 ibt_cm_handler_t cm_handler; member in struct:ibcm_state_data_s
479 close_nocb_state block_client_cv block_mad_cv timedout_state cm_handler
495 cm_handler mra_msg abort_flag local_qp_rnr_cnt}))

Completed in 91 milliseconds