Searched defs:tidlist (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c295 u16 *tidlist; local
311 ipath_dbg("After copyin, tidcnt 0, tidlist %llx\n",
312 (unsigned long long) ti->tidlist);
343 tidlist = &((u16 *) &pagep[dd->ipath_rcvtidcnt])[tidoff];
399 i--; /* last tidlist[i] not filled in */
403 tidlist[i] = tid + tidoff;
466 (unsigned long) ti->tidlist,
467 tidlist, cnt * sizeof(*tidlist))) {
H A Dipath_common.h476 __u64 tidlist; member in struct:ipath_tid_info
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c280 u16 *tidlist; local
323 tidlist = (u16 *) &pagep[dd->rcvtidcnt];
325 tidlist += tidoff;
368 i--; /* last tidlist[i] not filled in */
372 tidlist[i] = tid + tidoff;
430 (unsigned long) ti->tidlist,
431 tidlist, cnt * sizeof(*tidlist))) {
H A Dqib_common.h425 __u64 tidlist; member in struct:qib_tid_info

Completed in 1395 milliseconds