Searched refs:srvc_hdl (Results 1 – 1 of 1) sorted by relevance
404 struct dapls_ib_cm_srvc_handle *srvc_hdl; in dapls_ib_setup_conn_listener() local421 srvc_hdl = (struct dapls_ib_cm_srvc_handle *) in dapls_ib_setup_conn_listener()422 dapl_os_alloc(sizeof (*srvc_hdl)); in dapls_ib_setup_conn_listener()423 if (srvc_hdl == NULL) { in dapls_ib_setup_conn_listener()438 dapl_os_free(srvc_hdl, sizeof (*srvc_hdl)); in dapls_ib_setup_conn_listener()441 srvc_hdl->sv_sp_hkey = args.sr_sp_hkey; in dapls_ib_setup_conn_listener()442 sp_ptr->cm_srvc_handle = srvc_hdl; in dapls_ib_setup_conn_listener()474 struct dapls_ib_cm_srvc_handle *srvc_hdl; in dapls_ib_remove_conn_listener() local485 srvc_hdl = (struct dapls_ib_cm_srvc_handle *)sp_ptr-> in dapls_ib_remove_conn_listener()488 args.sdr_sp_hkey = srvc_hdl->sv_sp_hkey; in dapls_ib_remove_conn_listener()[all …]