Searched refs:stid_base (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/dev/cxgb/ulp/tom/ |
| HD | cxgb_tom.h | 55 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()
|
| HD | cxgb_tom.c | 98 u_int atid_base, u_int stid_base) in alloc_tid_tabs() argument 111 t->stid_base = stid_base; in alloc_tid_tabs()
|
| HD | cxgb_listen.c | 66 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/ |
| HD | offload.h | 88 u_int stid_base; member
|
| HD | t4_main.c | 2685 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/ |
| HD | t4_listen.c | 101 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()
|