Searched refs:atid_base (Results 1 - 3 of 3) 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.h55 return &t->atid_tab[atid - t->atid_base];
103 if (tid < t->atid_base || tid >= t->atid_base + t->natids)
H A Dcxgb3_offload.h168 unsigned int atid_base; member in struct:tid_info
H A Dcxgb3_offload.c656 atid = (p - t->atid_tab) + t->atid_base;
1189 unsigned int atid_base, unsigned int stid_base)
1205 t->atid_base = atid_base;
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

Completed in 72 milliseconds