Home
last modified time | relevance | path

Searched refs:hermon_fmr_list_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h574 } hermon_fmr_list_t; typedef
580 hermon_fmr_list_t *fmr_free_list;
581 hermon_fmr_list_t **fmr_free_list_tail;
596 hermon_fmr_list_t *fmr_remap_list;
597 hermon_fmr_list_t **fmr_remap_list_tail;
602 hermon_fmr_list_t *fmr_dirty_list;
603 hermon_fmr_list_t **fmr_dirty_list_tail;
H A Dhermon_mr.h215 hermon_fmr_list_t *mr_fmr;
/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()
2610 fmr = (hermon_fmr_list_t *)kmem_zalloc( in hermon_create_fmr_pool()
2611 sizeof (hermon_fmr_list_t), sleep); in hermon_create_fmr_pool()
2637 kmem_free(fmr, sizeof (hermon_fmr_list_t)); in hermon_create_fmr_pool()
2658 hermon_fmr_list_t *fmr, *fmr_next; in hermon_destroy_fmr_pool()
2667 kmem_free(fmr, sizeof (hermon_fmr_list_t)); in hermon_destroy_fmr_pool()
2713 hermon_fmr_list_t *fmr; in hermon_register_physical_fmr()
2795 hermon_fmr_list_t *fmr, **fmrlast; in hermon_deregister_fmr()