Searched refs:dbr_firstfree (Results 1 – 2 of 2) sorted by relevance
333 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()
213 uint32_t dbr_firstfree; /* idx of first free DBr */ member