Home
last modified time | relevance | path

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

/drivers/net/cxgb3/
Dcxgb3_offload.c594 BUG_ON(tid >= t->ntids); in cxgb3_remove_tid()
622 t->ntids) { in cxgb3_alloc_atid()
769 if (unlikely(tid >= t->ntids)) { in do_cr()
863 if (unlikely(tid >= t->ntids)) { in do_act_establish()
1113 for (tid = 0; tid < ti->ntids; tid++) { in cxgb_redirect()
1156 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, in init_tid_tabs() argument
1160 unsigned long size = ntids * sizeof(*t->tid_tab) + in init_tid_tabs()
1167 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids]; in init_tid_tabs()
1169 t->ntids = ntids; in init_tid_tabs()
Dcxgb3_defs.h70 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid()
Dcxgb3_offload.h147 unsigned int ntids; member
/drivers/infiniband/hw/ipath/
Dipath_file_ops.c290 int ret = 0, ntids; in ipath_tid_update() local
344 ntids = tidcnt; in ipath_tid_update()
382 for (; ntids--; tid++) { in ipath_tid_update()
388 if (ntids < 0) { in ipath_tid_update()