Searched refs:ntids (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_defs.h70 struct t3c_tid_entry *t3c_tid = tid < t->ntids ?
H A Dcxgb3_offload.h145 unsigned int ntids; member in struct:tid_info
H A Dcxgb3_offload.c531 BUG_ON(tid >= t->ntids);
559 t->ntids) {
994 for (tid = 0; tid < ti->ntids; tid++) {
1039 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, argument
1043 unsigned long size = ntids * sizeof(*t->tid_tab) +
1050 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
1052 t->ntids = ntids;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c271 int ret = 0, ntids; local
325 ntids = tidcnt;
363 for (; ntids--; tid++) {
369 if (ntids < 0) {

Completed in 142 milliseconds