Searched refs:sbindp (Results 1 – 1 of 1) sorted by relevance
2687 ibcm_svc_bind_t *sbindp, *sbp; in ibt_bind_service() local2700 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*sbindp)) in ibt_bind_service()2752 sbindp = kmem_zalloc(sizeof (*sbindp), KM_SLEEP); in ibt_bind_service()2753 sbindp->sbind_cm_private = cm_private; in ibt_bind_service()2754 sbindp->sbind_gid = gid; in ibt_bind_service()2755 sbindp->sbind_hcaguid = port.hp_hca_guid; in ibt_bind_service()2756 sbindp->sbind_port = port.hp_port; in ibt_bind_service()2772 kmem_free(sbindp, sizeof (*sbindp)); in ibt_bind_service()2780 sbindp->sbind_link = srv_hdl->svc_bind_list; in ibt_bind_service()2781 srv_hdl->svc_bind_list = sbindp; in ibt_bind_service()[all …]