Home
last modified time | relevance | path

Searched refs:ibh_nmrs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1300 if (hdev->ibh_nmrs == 1) in kiblnd_find_dma_mr()
1305 if (index < hdev->ibh_nmrs && in kiblnd_find_dma_mr()
1324 if (hdev->ibh_nmrs == 1) in kiblnd_find_rd_dma_mr()
1979 net->ibn_dev->ibd_hdev->ibh_nmrs == 1) { in kiblnd_net_init_pools()
2119 if (hdev->ibh_nmrs == 0 || hdev->ibh_mrs == NULL) in kiblnd_hdev_cleanup_mrs()
2122 for (i = 0; i < hdev->ibh_nmrs; i++) { in kiblnd_hdev_cleanup_mrs()
2129 LIBCFS_FREE(hdev->ibh_mrs, sizeof(*hdev->ibh_mrs) * hdev->ibh_nmrs); in kiblnd_hdev_cleanup_mrs()
2131 hdev->ibh_nmrs = 0; in kiblnd_hdev_cleanup_mrs()
2164 hdev->ibh_nmrs = 1; in kiblnd_hdev_setup_mrs()
Do2iblnd.h212 int ibh_nmrs; /* # of global MRs */ member