Searched defs:open_returns (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c2689 ibt_rc_returns_t open_returns; local
2717 bzero(&open_returns, sizeof (ibt_rc_returns_t));
2737 open_returns.rc_priv_data_len = sizeof (ibd_rc_msg_hello_t);
2738 open_returns.rc_priv_data = hello_ack_msg;
2755 ASSERT(open_returns.rc_priv_data_len <= IBT_REP_PRIV_DATA_SZ);
2759 IBT_BLOCKING, &open_args, &open_returns);
2774 /* check open_returns report error and exit */
2777 " peer qpn=0x%x", status, (int)open_returns.rc_status, ace,

Completed in 78 milliseconds