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

/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 in struct:hermon_dbr_info_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c333 info->dbr_firstfree = 0;
380 idx = info->dbr_firstfree;
382 info->dbr_firstfree = *record;
416 *record = info->dbr_firstfree;
417 info->dbr_firstfree = record - info->dbr_page;

Completed in 66 milliseconds