Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2599 fmrpool->fmr_remap_list = NULL; in hermon_create_fmr_pool()
2600 fmrpool->fmr_remap_list_tail = &fmrpool->fmr_remap_list; in hermon_create_fmr_pool()
2727 if (fmrpool->fmr_remap_list) { in hermon_register_physical_fmr()
2730 fmrpool->fmr_remap_list; in hermon_register_physical_fmr()
2731 fmrpool->fmr_remap_list = NULL; in hermon_register_physical_fmr()
2824 fmr = fmrpool->fmr_remap_list; in hermon_deregister_fmr()
2828 fmrpool->fmr_remap_list = NULL; in hermon_deregister_fmr()
2830 &fmrpool->fmr_remap_list; in hermon_deregister_fmr()
2908 if (fmrpool->fmr_remap_list) { in hermon_fmr_cleanup()
2911 fmrpool->fmr_remap_list = NULL; in hermon_fmr_cleanup()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h596 hermon_fmr_list_t *fmr_remap_list; member