Searched refs:stid_base (Results 1 – 5 of 5) sorted by relevance
117 u_int stid_base; member
2276 COMPARE_PARAM(tids.stid_base, stid_base); in compare_caps_and_params()5673 sc->tids.stid_base = val[1]; in get_params__post_init()10736 sbuf_printf(sb, "STID range: %u-%u, in use: %u\n", t->stid_base, in sysctl_tids()10737 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()
287 stid += t->stid_base; in alloc_stid()298 return (t->stid_tab[stid - t->stid_base]); in lookup_stid()308 MPASS(stid >= t->stid_base); in free_stid()309 stid -= t->stid_base; in free_stid()
704 u32 stid_base; member
3381 tid->stid_base = val[5]; in collect_tid()