Home
last modified time | relevance | path

Searched refs:gni_cdm_hndl (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/
H A Dgnix_nic.c71 .gni_cdm_hndl = NULL,
838 if (!nic->gni_cdm_hndl) { in __nic_destruct()
842 assert(nic->gni_cdm_hndl != NULL); in __nic_destruct()
889 status = GNI_CdmDestroy(nic->gni_cdm_hndl); in __nic_destruct()
1031 if (nic_attr->gni_cdm_hndl == NULL) { in gnix_nic_alloc()
1036 &nic->gni_cdm_hndl); in gnix_nic_alloc()
1045 nic->gni_cdm_hndl = nic_attr->gni_cdm_hndl; in gnix_nic_alloc()
1053 status = GNI_CdmAttach(nic->gni_cdm_hndl, in gnix_nic_alloc()
1387 if ((nic->gni_cdm_hndl != NULL) && (nic->allocd_gni_res & in gnix_nic_alloc()
1389 GNI_CdmDestroy(nic->gni_cdm_hndl); in gnix_nic_alloc()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/include/
H A Dgnix_nic.h96 gni_cdm_handle_t gni_cdm_hndl; member
176 gni_cdm_handle_t gni_cdm_hndl; member