Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1386 kib_fmr_pool_t *fpo; in kiblnd_create_fmr_pool() local
1399 LIBCFS_CPT_ALLOC(fpo, lnet_cpt_table(), fps->fps_cpt, sizeof(*fpo)); in kiblnd_create_fmr_pool()
1400 if (fpo == NULL) in kiblnd_create_fmr_pool()
1403 fpo->fpo_hdev = kiblnd_current_hdev(dev); in kiblnd_create_fmr_pool()
1405 fpo->fpo_fmr_pool = ib_create_fmr_pool(fpo->fpo_hdev->ibh_pd, &param); in kiblnd_create_fmr_pool()
1406 if (IS_ERR(fpo->fpo_fmr_pool)) { in kiblnd_create_fmr_pool()
1407 rc = PTR_ERR(fpo->fpo_fmr_pool); in kiblnd_create_fmr_pool()
1410 kiblnd_hdev_decref(fpo->fpo_hdev); in kiblnd_create_fmr_pool()
1411 LIBCFS_FREE(fpo, sizeof(kib_fmr_pool_t)); in kiblnd_create_fmr_pool()
1415 fpo->fpo_deadline = cfs_time_shift(IBLND_POOL_DEADLINE); in kiblnd_create_fmr_pool()
[all …]