Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h937 uint32_t span_shift; member
955 index2 = ((rindx) & table->span_mask) >> table->span_shift; \
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1057 (index2 << icm->span_shift)) << icm->log_object_size); in hermon_icm_alloc()
3195 icm[dep].span_shift = icm[rsrc].span_shift; \
3204 icm[dep].span_shift, icm[dep].split_shift); \
3277 icm[i].span_shift = 0; in hermon_icm_tables_init()
3279 icm[i].span_shift++; in hermon_icm_tables_init()
3280 icm[i].split_shift = icm[i].span_shift; in hermon_icm_tables_init()
3284 (1 << icm[i].span_shift); in hermon_icm_tables_init()
3285 icm[i].rsrc_mask = (1 << icm[i].span_shift) - 1; in hermon_icm_tables_init()
3301 icm[i].span_shift, icm[i].split_shift); in hermon_icm_tables_init()