Home
last modified time | relevance | path

Searched refs:stid_base (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Doffload.h117 u_int stid_base; member
H A Dt4_main.c2276 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()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c287 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()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h704 u32 stid_base; member
H A Dcudbg_lib.c3381 tid->stid_base = val[5]; in collect_tid()