Home
last modified time | relevance | path

Searched refs:hermon_dbr_info_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c265 hermon_dbr_page_alloc(hermon_state_t *state, hermon_dbr_info_t **dinfo) in hermon_dbr_page_alloc()
274 hermon_dbr_info_t *info; in hermon_dbr_page_alloc()
279 info = kmem_zalloc(sizeof (hermon_dbr_info_t), KM_SLEEP); in hermon_dbr_page_alloc()
297 kmem_free((void *)info, sizeof (hermon_dbr_info_t)); in hermon_dbr_page_alloc()
308 kmem_free((void *)info, sizeof (hermon_dbr_info_t)); in hermon_dbr_page_alloc()
319 kmem_free((void *)info, sizeof (hermon_dbr_info_t)); in hermon_dbr_page_alloc()
356 hermon_dbr_info_t *info = NULL; in hermon_dbr_alloc()
404 hermon_dbr_info_t *info; in hermon_dbr_free()
434 hermon_dbr_info_t *info, *link; in hermon_dbr_kern_free()
448 kmem_free(info, sizeof (hermon_dbr_info_t)); in hermon_dbr_kern_free()
H A Dhermon.c3667 hermon_dbr_info_t *info; in hermon_internal_uarpg_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h214 } hermon_dbr_info_t; typedef
626 int hermon_dbr_page_alloc(hermon_state_t *state, hermon_dbr_info_t **info);
H A Dhermon.h558 hermon_dbr_info_t *hs_kern_dbr;