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

/freebsd-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h55 unsigned int stid_base; member in struct:tid_info
172 return &t->stid_tab[stid - t->stid_base];
199 if (tid < t->stid_base || tid >= t->stid_base + t->nstids)
H A Dcxgb_tom.c98 u_int atid_base, u_int stid_base)
111 t->stid_base = stid_base;
97 alloc_tid_tabs(struct tid_info *t, u_int ntids, u_int natids, u_int nstids, u_int atid_base, u_int stid_base) argument
H A Dcxgb_listen.c66 stid = (p - t->stid_tab) + t->stid_base;
319 if (stid >= td->tid_maps.stid_base + td->tid_maps.nstids)
/freebsd-10.0-release/sys/dev/cxgbe/
H A Doffload.h88 u_int stid_base; member in struct:tid_info
H A Dt4_main.c2480 sc->tids.stid_base = val[1];
6086 sbuf_printf(sb, "STID range: %u-%u, in use: %u\n", t->stid_base,
6087 t->stid_base + t->nstids - 1, t->stids_in_use);
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c101 KASSERT((t->stid_base & mask) == 0 && (t->nstids & mask) == 0,
103 __func__, t->stid_base, t->nstids, n));
153 KASSERT(((stid + t->stid_base) & mask) == 0,
155 return (stid + t->stid_base);
163 return (t->stid_tab[stid - t->stid_base]);

Completed in 139 milliseconds