Searched refs:fmr_remap_list (Results 1 – 2 of 2) sorted by relevance
2599 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()2736 fmrpool->fmr_remap_list_tail = &fmrpool->fmr_remap_list; 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()[all …]
596 hermon_fmr_list_t *fmr_remap_list; member