Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1388 kib_fmr_pool_t *fpo; in kiblnd_create_fmr_pool() local
1401 LIBCFS_CPT_ALLOC(fpo, lnet_cpt_table(), fps->fps_cpt, sizeof(*fpo)); in kiblnd_create_fmr_pool()
1402 if (fpo == NULL) in kiblnd_create_fmr_pool()
1405 fpo->fpo_hdev = kiblnd_current_hdev(dev); in kiblnd_create_fmr_pool()
1407 fpo->fpo_fmr_pool = ib_create_fmr_pool(fpo->fpo_hdev->ibh_pd, &param); in kiblnd_create_fmr_pool()
1408 if (IS_ERR(fpo->fpo_fmr_pool)) { in kiblnd_create_fmr_pool()
1409 rc = PTR_ERR(fpo->fpo_fmr_pool); in kiblnd_create_fmr_pool()
1412 kiblnd_hdev_decref(fpo->fpo_hdev); in kiblnd_create_fmr_pool()
1413 LIBCFS_FREE(fpo, sizeof(kib_fmr_pool_t)); in kiblnd_create_fmr_pool()
1417 fpo->fpo_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_create_fmr_pool()
[all …]