Searched refs:fmr_free_list_tail (Results 1 – 2 of 2) sorted by relevance
2596 fmrpool->fmr_free_list_tail = &fmrpool->fmr_free_list; in hermon_create_fmr_pool()2622 fmrpool->fmr_free_list_tail = &fmr->fmr_next; in hermon_create_fmr_pool()2729 *(fmrpool->fmr_free_list_tail) = in hermon_register_physical_fmr()2732 fmrpool->fmr_free_list_tail = in hermon_register_physical_fmr()2758 fmrpool->fmr_free_list_tail = &fmrpool->fmr_free_list; in hermon_register_physical_fmr()2835 *(fmrpool->fmr_free_list_tail) = fmr; in hermon_deregister_fmr()2836 fmrpool->fmr_free_list_tail = fmrlast; in hermon_deregister_fmr()2896 *(fmrpool->fmr_free_list_tail) = fmrpool->fmr_dirty_list; in hermon_fmr_cleanup()2898 fmrpool->fmr_free_list_tail = fmrpool->fmr_dirty_list_tail; in hermon_fmr_cleanup()2910 *(fmrpool->fmr_free_list_tail) = fmrpool->fmr_remap_list; in hermon_fmr_cleanup()[all …]
581 hermon_fmr_list_t **fmr_free_list_tail; member