Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2554 hermon_fmr_list_t *fmr, *fmr_next; in hermon_create_fmr_pool() local
2610 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 …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h570 hermon_mrhdl_t fmr; member