Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.h55 unsigned int stid_base; member
172 return &t->stid_tab[stid - t->stid_base]; in stid2entry()
199 if (tid < t->stid_base || tid >= t->stid_base + t->nstids) in lookup_stid()
HDcxgb_tom.c98 u_int atid_base, u_int stid_base) in alloc_tid_tabs() argument
111 t->stid_base = stid_base; in alloc_tid_tabs()
HDcxgb_listen.c66 stid = (p - t->stid_tab) + t->stid_base; in alloc_stid()
319 if (stid >= td->tid_maps.stid_base + td->tid_maps.nstids) in do_pass_open_rpl()
/trueos/sys/dev/cxgbe/
HDoffload.h88 u_int stid_base; member
HDt4_main.c2685 sc->tids.stid_base = val[1]; in get_params__post_init()
6486 sbuf_printf(sb, "STID range: %u-%u, in use: %u\n", t->stid_base, in sysctl_tids()
6487 t->stid_base + t->nstids - 1, t->stids_in_use); in sysctl_tids()
/trueos/sys/dev/cxgbe/tom/
HDt4_listen.c101 KASSERT((t->stid_base & mask) == 0 && (t->nstids & mask) == 0, in alloc_stid()
103 __func__, t->stid_base, t->nstids, n)); in alloc_stid()
153 KASSERT(((stid + t->stid_base) & mask) == 0, in alloc_stid()
155 return (stid + t->stid_base); in alloc_stid()
163 return (t->stid_tab[stid - t->stid_base]); in lookup_stid()