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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c1819 ibcm_local_handler_t *handler_priv = (ibcm_local_handler_t *)priv; local
1824 ASSERT(handler_priv != NULL);
1829 if (handler_priv->dest_hdl != NULL) {
1830 handler_priv->dest_hdl->ud_dst_qpn =
1832 handler_priv->dest_hdl->ud_qkey =
1837 (void) handler_priv->actual_cm_handler(
1838 handler_priv->actual_cm_private, event, ret_args, priv_data,
1842 if (handler_priv != NULL)
1843 kmem_free(handler_priv, sizeof (*handler_priv));
[all...]

Completed in 54 milliseconds