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