Searched defs:tidbase (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c300 u64 __iomem *tidbase; local
349 tidbase = (u64 __iomem *) (((char __iomem *) dd->ipath_kregbase) +
351 porttid * sizeof(*tidbase));
353 ipath_cdbg(VERBOSE, "Port%u %u tids, cursor %u, tidbase %p\n",
354 pd->port_port, cnt, tid, tidbase);
422 dd->ipath_f_put_tid(dd, &tidbase[tid], RCVHQ_RCV_TYPE_EXPECTED,
449 dd->ipath_f_put_tid(dd, &tidbase[tid],
515 u64 __iomem *tidbase; local
540 tidbase = (u64 __iomem *) ((char __iomem *)(dd->ipath_kregbase) +
542 porttid * sizeof(*tidbase));
[all...]
H A Dipath_iba6110.c1521 u64 __iomem *tidbase; local
1534 tidbase = (u64 __iomem *) ((char __iomem *)(dd->ipath_kregbase) +
1537 sizeof(*tidbase));
1539 ipath_ht_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
1542 tidbase = (u64 __iomem *) ((char __iomem *)(dd->ipath_kregbase) +
1545 sizeof(*tidbase));
1548 ipath_ht_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c287 u64 __iomem *tidbase; local
334 tidbase = (u64 __iomem *) (((char __iomem *) dd->kregbase) +
336 ctxttid * sizeof(*tidbase));
388 dd->f_put_tid(dd, &tidbase[tid],
418 dd->f_put_tid(dd, &tidbase[tid],
478 u64 __iomem *tidbase; local
503 tidbase = (u64 __iomem *) ((char __iomem *)(dd->kregbase) +
505 ctxttid * sizeof(*tidbase));
534 dd->f_put_tid(dd, &tidbase[tid],
H A Dqib_iba6120.c1974 * not 64, but they are still on 64 bit boundaries, so tidbase
1980 u64 __iomem *tidbase; local
1991 tidbase = (u64 __iomem *)
1994 ctxt * dd->rcvtidcnt * sizeof(*tidbase));
1998 dd->f_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
2001 tidbase = (u64 __iomem *)
2004 rcd->rcvegr_tid_base * sizeof(*tidbase));
2008 dd->f_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,
H A Dqib_iba7220.c2216 * not 64, but they are still on 64 bit boundaries, so tidbase
2222 u64 __iomem *tidbase; local
2233 tidbase = (u64 __iomem *)
2236 ctxt * dd->rcvtidcnt * sizeof(*tidbase));
2239 qib_7220_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
2242 tidbase = (u64 __iomem *)
2245 rcd->rcvegr_tid_base * sizeof(*tidbase));
2248 qib_7220_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,
H A Dqib_iba7322.c3844 u64 __iomem *tidbase; local
3855 tidbase = (u64 __iomem *)
3858 ctxt * dd->rcvtidcnt * sizeof(*tidbase));
3861 qib_7322_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
3864 tidbase = (u64 __iomem *)
3867 rcd->rcvegr_tid_base * sizeof(*tidbase));
3870 qib_7322_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,

Completed in 260 milliseconds