Searched refs:post_cb (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/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);
|
| /illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
| H A D | ibcm_sm.c | 5103 ibmf_msg_cb_t post_cb, void *args) in ibcm_post_rc_mad() argument 5110 status = ibcm_post_mad(msgp, &statep->stored_reply_addr, post_cb, in ibcm_post_rc_mad() 5112 if ((status != IBT_SUCCESS) && (post_cb != NULL)) in ibcm_post_rc_mad() 5114 (*post_cb)(NULL, msgp, args); in ibcm_post_rc_mad() 5156 ibmf_msg_cb_t post_cb, void *args) in ibcm_post_mad() argument 5178 if (post_cb) in ibcm_post_mad() 5182 NULL, post_cb, args, 0); in ibcm_post_mad() 5185 "failed: status %d, cb = %p", post_status, post_cb); in ibcm_post_mad()
|