Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h637 uint_t eqmap_start; /* EQ context id map start index */ member
H A Dt4_nexus.c1852 sc->sge.eqmap_start = val[1]; in t4_init_get_params_post()
1854 sc->sge.eqmap_sz = (val[3] - sc->sge.eqmap_start) + 1; in t4_init_get_params_post()
H A Dt4_sge.c189 const uint_t idx = cntxt_id - sc->sge.eqmap_start; in t4_eqmap_slot()