Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h399 uint_t iq_start; /* iq context id map start index */ member
H A Dt4_nexus.c1450 sc->sge.iq_start = val[0]; in get_params__post_init()
1452 sc->sge.iqmap_sz = val[2] - sc->sge.iq_start + 1; in get_params__post_init()
H A Dt4_sge.c179 const uint_t idx = cntxt_id - sc->sge.iq_start; in t4_iqmap_slot()