Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c2311 if (hdev->ibh_cmid != NULL) in kiblnd_hdev_destroy()
2312 rdma_destroy_id(hdev->ibh_cmid); in kiblnd_hdev_destroy()
2415 dev->ibd_hdev->ibh_cmid == NULL || /* listener is dead */ in kiblnd_dev_need_failover()
2486 dev->ibd_hdev->ibh_cmid != NULL) { in kiblnd_dev_failover()
2493 cmid = dev->ibd_hdev->ibh_cmid; in kiblnd_dev_failover()
2496 dev->ibd_hdev->ibh_cmid = NULL; in kiblnd_dev_failover()
2535 hdev->ibh_cmid = cmid; in kiblnd_dev_failover()
Do2iblnd.h205 struct rdma_cm_id *ibh_cmid; /* listener cmid */ member