Searched refs:fmr (Results 1 – 2 of 2) sorted by relevance
2554 hermon_fmr_list_t *fmr, *fmr_next; in hermon_create_fmr_pool() local2610 fmr = (hermon_fmr_list_t *)kmem_zalloc( in hermon_create_fmr_pool()2612 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*fmr)) in hermon_create_fmr_pool()2614 fmr->fmr = mr; in hermon_create_fmr_pool()2615 fmr->fmr_remaps = 0; in hermon_create_fmr_pool()2616 fmr->fmr_remap_gen = fmrpool->fmr_remap_gen; in hermon_create_fmr_pool()2617 fmr->fmr_pool = fmrpool; in hermon_create_fmr_pool()2619 mr->mr_fmr = fmr; in hermon_create_fmr_pool()2622 fmrpool->fmr_free_list_tail = &fmr->fmr_next; in hermon_create_fmr_pool()2623 fmr->fmr_next = fmrpool->fmr_free_list; in hermon_create_fmr_pool()[all …]
570 hermon_mrhdl_t fmr; member