stid_tab           56 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	return &t->stid_tab[stid - t->stid_base];
stid_tab          684 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		stid = (p - t->stid_tab) + t->stid_base;
stid_tab         1162 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab);
stid_tab         1168 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
stid_tab         1169 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids];
stid_tab         1187 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 			t->stid_tab[nstids - 1].next = &t->stid_tab[nstids];
stid_tab         1188 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		t->sfree = t->stid_tab;
stid_tab          162 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h 	union listen_entry *stid_tab;
stid_tab         1268 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		t->stid_tab[stid].data = data;
stid_tab         1304 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		t->stid_tab[stid].data = data;
stid_tab         1331 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	t->stid_tab[stid].data = NULL;
stid_tab         1467 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	       t->nstids * sizeof(*t->stid_tab) +
stid_tab         1468 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	       t->nsftids * sizeof(*t->stid_tab) +
stid_tab         1478 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	t->stid_tab = (struct serv_entry *)&t->atid_tab[natids];
stid_tab         1479 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids];
stid_tab          100 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 	struct serv_entry *stid_tab;
stid_tab          158 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 	return stid < (t->nstids + t->nsftids) ? t->stid_tab[stid].data : NULL;