Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h216 #define HERMON_NUM_DBR_PER_PAGE (PAGESIZE / sizeof (hermon_dbr_t)) macro
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c334 info->dbr_nfree = HERMON_NUM_DBR_PER_PAGE; in hermon_dbr_page_alloc()
336 for (i = 0; i < HERMON_NUM_DBR_PER_PAGE; i++) { in hermon_dbr_page_alloc()