Searched refs:nstids (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c97 alloc_tid_tabs(struct tid_info *t, u_int ntids, u_int natids, u_int nstids, argument
101 natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab);
108 t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids];
110 t->nstids = nstids;
124 if (nstids) {
125 while (--nstids)
126 t->stid_tab[nstids - 1].next = &t->stid_tab[nstids];
H A Dcxgb_tom.h54 unsigned int nstids; member in struct:tid_info
199 if (tid < t->stid_base || tid >= t->stid_base + t->nstids)
H A Dcxgb_listen.c319 if (stid >= td->tid_maps.stid_base + td->tid_maps.nstids)
/freebsd-10.0-release/sys/dev/cxgbe/
H A Doffload.h87 u_int nstids; member in struct:tid_info
H A Dt4_main.c2481 sc->tids.nstids = val[2] - val[1] + 1;
6085 if (t->nstids) {
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));
106 if (n > t->nstids - t->stids_in_use) {
136 if (__predict_false(stid != t->nstids)) {
139 __func__, &t->stids, stid, t->nstids);
H A Dt4_tom.c605 t->nstids * sizeof(*t->stid_tab);
623 t->nstids_free_head = t->nstids;

Completed in 186 milliseconds