natids 84 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h (void *)e->next < (void *)&t->atid_tab[t->natids]) natids 98 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h if (tid < t->atid_base || tid >= t->atid_base + t->natids) natids 103 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h (void *)e->next < (void *)&t->atid_tab[t->natids]) natids 1158 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c unsigned int natids, unsigned int nstids, natids 1162 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab); natids 1174 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->natids = natids; natids 1190 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c if (natids) { natids 1191 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c while (--natids) natids 1192 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->atid_tab[natids - 1].next = &t->atid_tab[natids]; natids 1220 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c int natids, err; natids 1245 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c natids = min(tid_range.num / 2, MAX_ATIDS); natids 1246 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c err = init_tid_tabs(&t->tid_maps, tid_range.num, natids, natids 167 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h unsigned int natids; natids 162 drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h u32 natids; natids 1778 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c tid->natids = padap->tids.natids; natids 3184 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c if (t->natids) natids 3186 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c t->natids - 1, t->atids_in_use); natids 1458 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c unsigned int natids = t->natids; natids 1466 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c natids * sizeof(*t->atid_tab) + natids 1478 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->stid_tab = (struct serv_entry *)&t->atid_tab[natids]; natids 1496 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (natids) { natids 1497 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c while (--natids) natids 1498 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->atid_tab[natids - 1].next = &t->atid_tab[natids]; natids 4704 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); natids 107 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h unsigned int natids; natids 145 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h return atid < t->natids ? t->atid_tab[atid].data : NULL;