Searched refs:stid_base (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.h61 return &t->stid_tab[stid - t->stid_base];
84 if (tid < t->stid_base || tid >= t->stid_base + t->nstids)
H A Dcxgb3_offload.h164 unsigned int stid_base; member in struct:tid_info
H A Dcxgb3_offload.c678 stid = (p - t->stid_tab) + t->stid_base;
1189 unsigned int atid_base, unsigned int stid_base)
1202 t->stid_base = stid_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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4_uld.h96 unsigned int stid_base; member in struct:tid_info
126 stid -= t->stid_base;
H A Dcxgb4_main.c2124 stid += t->stid_base;
2137 stid -= t->stid_base;
3085 adap->tids.stid_base = val[1];

Completed in 93 milliseconds