atid_base          50 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	return &t->atid_tab[atid - t->atid_base];
atid_base          98 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	if (tid < t->atid_base || tid >= t->atid_base + t->natids)
atid_base         662 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		atid = (p - t->atid_tab) + t->atid_base;
atid_base        1159 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 			 unsigned int atid_base, unsigned int stid_base)
atid_base        1175 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t->atid_base = atid_base;
atid_base         168 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h 	unsigned int atid_base;
atid_base        1223 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 		atid = (p - t->atid_tab) + t->atid_base;
atid_base        1238 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c 	union aopen_entry *p = &t->atid_tab[atid - t->atid_base];
atid_base         108 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h 	unsigned int atid_base;