atid_tab 50 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h return &t->atid_tab[atid - t->atid_base]; atid_tab 84 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h (void *)e->next < (void *)&t->atid_tab[t->natids]) atid_tab 103 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h (void *)e->next < (void *)&t->atid_tab[t->natids]) atid_tab 662 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c atid = (p - t->atid_tab) + t->atid_base; atid_tab 1162 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab); atid_tab 1169 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->atid_tab = (union active_open_entry *)&t->stid_tab[nstids]; atid_tab 1192 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->atid_tab[natids - 1].next = &t->atid_tab[natids]; atid_tab 1193 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c t->afree = t->atid_tab; atid_tab 166 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h union active_open_entry *atid_tab; atid_tab 1223 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c atid = (p - t->atid_tab) + t->atid_base; atid_tab 1238 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c union aopen_entry *p = &t->atid_tab[atid - t->atid_base]; atid_tab 1466 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c natids * sizeof(*t->atid_tab) + atid_tab 1477 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; atid_tab 1478 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->stid_tab = (struct serv_entry *)&t->atid_tab[natids]; atid_tab 1498 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->atid_tab[natids - 1].next = &t->atid_tab[natids]; atid_tab 1499 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c t->afree = t->atid_tab; atid_tab 106 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h union aopen_entry *atid_tab; atid_tab 145 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h return atid < t->natids ? t->atid_tab[atid].data : NULL;