Searched refs:ibmf_handlep (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf.c50 ibmf_handle_t *ibmf_handlep, ibmf_impl_caps_t *ibmf_impl_features)
66 /* validate client_infop and ibmf_handlep */
67 if ((client_infop == NULL) || (ibmf_handlep == NULL) ||
205 /* Setup ibmf_handlep -- handle is last allocated clientp */
206 *ibmf_handlep = (ibmf_handle_t)ibmf_clientp;
218 tnf_opaque, ibmf_handle, *ibmf_handlep);
225 ibmf_unregister(ibmf_handle_t *ibmf_handlep, uint_t flags) argument
234 clientp = (ibmf_client_t *)*ibmf_handlep;
238 "ibmf_handlep = %p, flags = 0x%x\n",
239 tnf_opaque, ibmf_handle, *ibmf_handlep, tnf_uin
48 ibmf_register(ibmf_register_info_t *client_infop, uint_t ibmf_version, uint_t flags, ibmf_async_event_cb_t client_cb, void *client_cb_args, ibmf_handle_t *ibmf_handlep, ibmf_impl_caps_t *ibmf_impl_features) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c716 ibcm_recv_dequeue(ibmf_handle_t *ibmf_handlep, ibmf_msg_t **msgpp, void **argsp) argument
726 *ibmf_handlep = tq->tq_ibmf_handle;

Completed in 178 milliseconds