Searched refs:ibh_mrs (Results 1 – 2 of 2) sorted by relevance
1298 LASSERT(hdev->ibh_mrs[0] != NULL); in kiblnd_find_dma_mr()1301 return hdev->ibh_mrs[0]; in kiblnd_find_dma_mr()1307 return hdev->ibh_mrs[index]; in kiblnd_find_dma_mr()1318 LASSERT(hdev->ibh_mrs[0] != NULL); in kiblnd_find_rd_dma_mr()1325 return hdev->ibh_mrs[0]; in kiblnd_find_rd_dma_mr()2119 if (hdev->ibh_nmrs == 0 || hdev->ibh_mrs == NULL) in kiblnd_hdev_cleanup_mrs()2123 if (hdev->ibh_mrs[i] == NULL) in kiblnd_hdev_cleanup_mrs()2126 ib_dereg_mr(hdev->ibh_mrs[i]); in kiblnd_hdev_cleanup_mrs()2129 LIBCFS_FREE(hdev->ibh_mrs, sizeof(*hdev->ibh_mrs) * hdev->ibh_nmrs); in kiblnd_hdev_cleanup_mrs()2130 hdev->ibh_mrs = NULL; in kiblnd_hdev_cleanup_mrs()[all …]
213 struct ib_mr **ibh_mrs; /* global MR */ member