Searched refs:natids (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_defs.h89 (void *)e->next < (void *)&t->atid_tab[t->natids])
103 if (tid < t->atid_base || tid >= t->atid_base + t->natids)
108 (void *)e->next < (void *)&t->atid_tab[t->natids])
H A Dcxgb3_offload.h167 unsigned int natids; member in struct:tid_info
H A Dcxgb3_offload.c1188 unsigned int natids, unsigned int nstids,
1192 natids * sizeof(*t->atid_tab) + nstids * sizeof(*t->stid_tab);
1204 t->natids = natids;
1220 if (natids) {
1221 while (--natids)
1222 t->atid_tab[natids - 1].next = &t->atid_tab[natids];
1250 int natids, err; local
1274 natids
1187 init_tid_tabs(struct tid_info *t, unsigned int ntids, unsigned int natids, unsigned int nstids, unsigned int atid_base, unsigned int stid_base) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h99 unsigned int natids; member in struct:tid_info
121 return atid < t->natids ? t->atid_tab[atid].data : NULL;
H A Dcxgb4_main.c2246 unsigned int natids = t->natids; local
2248 size = t->ntids * sizeof(*t->tid_tab) + natids * sizeof(*t->atid_tab) +
2256 t->stid_tab = (struct serv_entry *)&t->atid_tab[natids];
2267 if (natids) {
2268 while (--natids)
2269 t->atid_tab[natids - 1].next = &t->atid_tab[natids];
3084 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS);

Completed in 67 milliseconds