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

/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c299 u64 __iomem *tidbase; local
348 tidbase = (u64 __iomem *) (((char __iomem *) dd->ipath_kregbase) +
350 porttid * sizeof(*tidbase));
352 ipath_cdbg(VERBOSE, "Port%u %u tids, cursor %u, tidbase %p\n",
353 pd->port_port, cnt, tid, tidbase);
421 dd->ipath_f_put_tid(dd, &tidbase[tid], RCVHQ_RCV_TYPE_EXPECTED,
448 dd->ipath_f_put_tid(dd, &tidbase[tid],
514 u64 __iomem *tidbase; local
539 tidbase = (u64 __iomem *) ((char __iomem *)(dd->ipath_kregbase) +
541 porttid * sizeof(*tidbase));
[all...]
H A Dipath_iba6110.c1522 u64 __iomem *tidbase; local
1535 tidbase = (u64 __iomem *) ((char __iomem *)(dd->ipath_kregbase) +
1538 sizeof(*tidbase));
1540 ipath_ht_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
1543 tidbase = (u64 __iomem *) ((char __iomem *)(dd->ipath_kregbase) +
1546 sizeof(*tidbase));
1549 ipath_ht_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c284 u64 __iomem *tidbase; local
330 tidbase = (u64 __iomem *) (((char __iomem *) dd->kregbase) +
332 ctxttid * sizeof(*tidbase));
384 dd->f_put_tid(dd, &tidbase[tid],
414 dd->f_put_tid(dd, &tidbase[tid],
474 u64 __iomem *tidbase; local
499 tidbase = (u64 __iomem *) ((char __iomem *)(dd->kregbase) +
501 ctxttid * sizeof(*tidbase));
530 dd->f_put_tid(dd, &tidbase[tid],
H A Dqib_iba6120.c1967 * not 64, but they are still on 64 bit boundaries, so tidbase
1973 u64 __iomem *tidbase; local
1984 tidbase = (u64 __iomem *)
1987 ctxt * dd->rcvtidcnt * sizeof(*tidbase));
1991 dd->f_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
1994 tidbase = (u64 __iomem *)
1997 rcd->rcvegr_tid_base * sizeof(*tidbase));
2001 dd->f_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,
H A Dqib_iba7220.c2212 * not 64, but they are still on 64 bit boundaries, so tidbase
2218 u64 __iomem *tidbase; local
2229 tidbase = (u64 __iomem *)
2232 ctxt * dd->rcvtidcnt * sizeof(*tidbase));
2235 qib_7220_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
2238 tidbase = (u64 __iomem *)
2241 rcd->rcvegr_tid_base * sizeof(*tidbase));
2244 qib_7220_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,
H A Dqib_iba7322.c3503 u64 __iomem *tidbase; local
3514 tidbase = (u64 __iomem *)
3517 ctxt * dd->rcvtidcnt * sizeof(*tidbase));
3520 qib_7322_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
3523 tidbase = (u64 __iomem *)
3526 rcd->rcvegr_tid_base * sizeof(*tidbase));
3529 qib_7322_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,

Completed in 169 milliseconds