Searched defs:ntids (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.h159 unsigned int ntids; member in struct:tid_info
H A Dcxgb3_offload.c627 BUG_ON(tid >= t->ntids);
655 t->ntids) {
802 if (unlikely(tid >= t->ntids)) {
896 if (unlikely(tid >= t->ntids)) {
1156 for (tid = 0; tid < ti->ntids; tid++) {
1199 static int init_tid_tabs(struct tid_info *t, unsigned int ntids, argument
1203 unsigned long size = ntids * sizeof(*t->tid_tab) +
1210 t->stid_tab = (union listen_entry *)&t->tid_tab[ntids];
1212 t->ntids = ntids;
[all...]
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h91 unsigned int ntids; member in struct:tid_info
116 return tid < t->ntids ? t->tid_tab[tid] : NULL;
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c293 int ret = 0, ntids; local
347 ntids = tidcnt;
385 for (; ntids--; tid++) {
391 if (ntids < 0) {
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c278 int ret = 0, ntids; local
329 ntids = tidcnt;
356 for (; ntids--; tid++) {
362 if (ntids < 0) {

Completed in 322 milliseconds