Home
last modified time | relevance | path

Searched refs:dbr_page (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c329 info->dbr_page = (hermon_dbr_t *)(void *)dmaaddr; in hermon_dbr_page_alloc()
337 info->dbr_page[i] = i + 1; in hermon_dbr_page_alloc()
381 record = info->dbr_page + idx; in hermon_dbr_alloc()
413 if (info->dbr_page == page) in hermon_dbr_free()
417 info->dbr_firstfree = record - info->dbr_page; in hermon_dbr_free()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h208 hermon_dbr_t *dbr_page; /* virtual addr of page */ member