Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c2141 if (hdev->ibh_cmid != NULL) in kiblnd_hdev_destroy()
2142 rdma_destroy_id(hdev->ibh_cmid); in kiblnd_hdev_destroy()
2193 dev->ibd_hdev->ibh_cmid == NULL || /* listener is dead */ in kiblnd_dev_need_failover()
2260 dev->ibd_hdev->ibh_cmid != NULL) { in kiblnd_dev_failover()
2267 cmid = dev->ibd_hdev->ibh_cmid; in kiblnd_dev_failover()
2270 dev->ibd_hdev->ibh_cmid = NULL; in kiblnd_dev_failover()
2309 hdev->ibh_cmid = cmid; in kiblnd_dev_failover()
Do2iblnd.h205 struct rdma_cm_id *ibh_cmid; /* listener cmid */ member