nstids 79 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h if (tid < t->stid_base || tid >= t->stid_base + t->nstids) nstids 1158 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c unsigned int natids, unsigned int nstids, nstids 1162 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab); nstids 1169 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids]; nstids 1171 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->nstids = nstids; nstids 1185 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c if (nstids) { nstids 1186 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c while (--nstids) nstids 1187 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->stid_tab[nstids - 1].next = &t->stid_tab[nstids]; nstids 163 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h unsigned int nstids; nstids 158 drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h u32 nstids; nstids 1774 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c tid->nstids = padap->tids.nstids; nstids 3175 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (t->nstids) nstids 3180 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c t->stid_base + t->nstids - 1, nstids 1257 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid = find_first_zero_bit(t->stid_bmap, t->nstids); nstids 1258 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (stid < t->nstids) nstids 1263 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid = bitmap_find_free_region(t->stid_bmap, t->nstids, 1); nstids 1295 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->nstids + t->nsftids, t->nstids); nstids 1296 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (stid < (t->nstids + t->nsftids)) nstids 1305 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid -= t->nstids; nstids 1321 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid += t->nstids; nstids 1332 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (stid < t->nstids) { nstids 1463 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c stid_bmap_size = BITS_TO_LONGS(t->nstids + t->nsftids); nstids 1467 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->nstids * sizeof(*t->stid_tab) + nstids 1479 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; nstids 1503 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bitmap_zero(t->stid_bmap, t->nstids + t->nsftids); nstids 4706 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c adap->tids.nstids = val[2] - val[1] + 1; nstids 102 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h unsigned int nstids; nstids 153 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h stid += t->nstids; nstids 158 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL;