Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c139 int dbr_index; in hermon_user_dbr_alloc() local
201 dbr_index); in hermon_user_dbr_alloc()
202 *pdbr = pagep->upg_dmacookie.dmac_laddress + dbr_index * in hermon_user_dbr_alloc()
215 uint_t dbr_index; in hermon_user_dbr_free() local
220 kvaddr = (caddr_t)record - dbr_index; in hermon_user_dbr_free()
221 dbr_index /= sizeof (hermon_dbr_t); /* now it's the index */ in hermon_user_dbr_free()
239 index, kvaddr, dbr_index); in hermon_user_dbr_free()
245 "UCE index %x, DBR index %x", index, dbr_index); in hermon_user_dbr_free()
249 ASSERT(dbr_index < max_free); in hermon_user_dbr_free()
250 i1 = dbr_index / 64; in hermon_user_dbr_free()
[all …]