Searched refs:post_cb (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ib/mgt/ibcm/ |
H A D | ibcm_impl.h | 1707 ibmf_msg_cb_t post_cb, void *args); 1715 ibmf_msg_cb_t post_cb, void *args);
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_sm.c | 5101 ibmf_msg_cb_t post_cb, void *args) in ibcm_post_rc_mad() argument 5108 status = ibcm_post_mad(msgp, &statep->stored_reply_addr, post_cb, in ibcm_post_rc_mad() 5110 if ((status != IBT_SUCCESS) && (post_cb != NULL)) in ibcm_post_rc_mad() 5112 (*post_cb)(NULL, msgp, args); in ibcm_post_rc_mad() 5154 ibmf_msg_cb_t post_cb, void *args) in ibcm_post_mad() argument 5176 if (post_cb) in ibcm_post_mad() 5180 NULL, post_cb, args, 0); in ibcm_post_mad() 5183 "failed: status %d, cb = %p", post_status, post_cb); in ibcm_post_mad()
|