Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h635 uint_t iqmap_start; /* IQ context id map start index */ member
H A Dt4_nexus.c1851 sc->sge.iqmap_start = val[0]; in t4_init_get_params_post()
1853 sc->sge.iqmap_sz = (val[2] - sc->sge.iqmap_start) + 1; in t4_init_get_params_post()
H A Dt4_sge.c181 const uint_t idx = cntxt_id - sc->sge.iqmap_start; in t4_iqmap_slot()