Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2600 fmrpool->fmr_remap_list_tail = &fmrpool->fmr_remap_list; in hermon_create_fmr_pool()
2733 fmrpool->fmr_remap_list_tail; in hermon_register_physical_fmr()
2736 fmrpool->fmr_remap_list_tail = &fmrpool->fmr_remap_list; in hermon_register_physical_fmr()
2816 *(fmrpool->fmr_remap_list_tail) = fmr; in hermon_deregister_fmr()
2817 fmrpool->fmr_remap_list_tail = &fmr->fmr_next; in hermon_deregister_fmr()
2825 fmrlast = fmrpool->fmr_remap_list_tail; in hermon_deregister_fmr()
2829 fmrpool->fmr_remap_list_tail = in hermon_deregister_fmr()
2912 fmrpool->fmr_free_list_tail = fmrpool->fmr_remap_list_tail; in hermon_fmr_cleanup()
2915 fmrpool->fmr_remap_list_tail = &fmrpool->fmr_remap_list; in hermon_fmr_cleanup()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h597 hermon_fmr_list_t **fmr_remap_list_tail; member