Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c333 info->dbr_firstfree = 0; in hermon_dbr_page_alloc()
380 idx = info->dbr_firstfree; in hermon_dbr_alloc()
382 info->dbr_firstfree = *record; in hermon_dbr_alloc()
416 *record = info->dbr_firstfree; 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.h213 uint32_t dbr_firstfree; /* idx of first free DBr */ member