Searched refs:ibh_mrs (Results 1 – 2 of 2) sorted by relevance
1296 LASSERT(hdev->ibh_mrs[0] != NULL); in kiblnd_find_dma_mr()1299 return hdev->ibh_mrs[0]; in kiblnd_find_dma_mr()1305 return hdev->ibh_mrs[index]; in kiblnd_find_dma_mr()1316 LASSERT(hdev->ibh_mrs[0] != NULL); in kiblnd_find_rd_dma_mr()1323 return hdev->ibh_mrs[0]; in kiblnd_find_rd_dma_mr()2289 if (hdev->ibh_nmrs == 0 || hdev->ibh_mrs == NULL) in kiblnd_hdev_cleanup_mrs()2293 if (hdev->ibh_mrs[i] == NULL) in kiblnd_hdev_cleanup_mrs()2296 ib_dereg_mr(hdev->ibh_mrs[i]); in kiblnd_hdev_cleanup_mrs()2299 LIBCFS_FREE(hdev->ibh_mrs, sizeof(*hdev->ibh_mrs) * hdev->ibh_nmrs); in kiblnd_hdev_cleanup_mrs()2300 hdev->ibh_mrs = NULL; in kiblnd_hdev_cleanup_mrs()[all …]
213 struct ib_mr **ibh_mrs; /* global MR */ member