Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c1422 uint32_t tmp_key, tmp_indx; in hermon_mr_keycalc() local
1438 tmp_indx = indx & 0xffffff; in hermon_mr_keycalc()
1439 return (tmp_key | tmp_indx); in hermon_mr_keycalc()