Searched refs:ibh_nmrs (Results 1 – 2 of 2) sorted by relevance
1298 if (hdev->ibh_nmrs == 1) in kiblnd_find_dma_mr()1303 if (index < hdev->ibh_nmrs && in kiblnd_find_dma_mr()1322 if (hdev->ibh_nmrs == 1) in kiblnd_find_rd_dma_mr()2122 net->ibn_dev->ibd_hdev->ibh_nmrs == 1) { in kiblnd_net_init_pools()2289 if (hdev->ibh_nmrs == 0 || hdev->ibh_mrs == NULL) in kiblnd_hdev_cleanup_mrs()2292 for (i = 0; i < hdev->ibh_nmrs; i++) { in kiblnd_hdev_cleanup_mrs()2299 LIBCFS_FREE(hdev->ibh_mrs, sizeof(*hdev->ibh_mrs) * hdev->ibh_nmrs); in kiblnd_hdev_cleanup_mrs()2301 hdev->ibh_nmrs = 0; in kiblnd_hdev_cleanup_mrs()2339 hdev->ibh_nmrs = 1; in kiblnd_hdev_setup_mrs()2356 hdev->ibh_nmrs = (int)((mm_size + mr_size - 1) >> hdev->ibh_mr_shift); in kiblnd_hdev_setup_mrs()[all …]
212 int ibh_nmrs; /* # of global MRs */ member