Searched refs:ibh_cmid (Results 1 – 2 of 2) sorted by relevance
2311 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()
205 struct rdma_cm_id *ibh_cmid; /* listener cmid */ member