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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h214 } hermon_dbr_info_t; typedef in typeref:struct:hermon_dbr_info_s
626 int hermon_dbr_page_alloc(hermon_state_t *state, hermon_dbr_info_t **info);
H A Dhermon.h559 hermon_dbr_info_t *hs_kern_dbr;
/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)
274 hermon_dbr_info_t *info;
279 info = kmem_zalloc(sizeof (hermon_dbr_info_t), KM_SLEEP);
297 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
308 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
319 kmem_free((void *)info, sizeof (hermon_dbr_info_t));
356 hermon_dbr_info_t *info = NULL;
404 hermon_dbr_info_t *info;
434 hermon_dbr_info_t *info, *link;
448 kmem_free(info, sizeof (hermon_dbr_info_t));
[all...]
H A Dhermon.c3667 hermon_dbr_info_t *info;

Completed in 75 milliseconds