Searched refs:tidcnt (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c272 u32 tid, porttid, cnt, i, tidcnt, tidoff; local
287 cnt = ti->tidcnt;
289 ipath_dbg("After copyin, tidcnt 0, tidlist %llx\n",
299 tidcnt = dd->ipath_rcvtidcnt;
303 tidcnt = (dd->ipath_rcvtidcnt / pd->port_subport_cnt) +
305 tidoff = dd->ipath_rcvtidcnt - tidcnt;
309 tidcnt = dd->ipath_rcvtidcnt / pd->port_subport_cnt;
310 tidoff = tidcnt * (subport - 1);
314 if (cnt > tidcnt) {
317 "TIDs, only trying max (%u)\n", cnt, tidcnt);
488 u32 tid, porttid, cnt, limit, tidcnt; local
[all...]
H A Dipath_common.h448 __u32 tidcnt; member in struct:ipath_tid_info

Completed in 68 milliseconds