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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
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,
H A Dipath_file_ops.c297 u64 __iomem *tidbase; local
346 tidbase = (u64 __iomem *) (((char __iomem *) dd->ipath_kregbase) +
348 porttid * sizeof(*tidbase));
350 ipath_cdbg(VERBOSE, "Port%u %u tids, cursor %u, tidbase %p\n",
351 pd->port_port, cnt, tid, tidbase);
419 dd->ipath_f_put_tid(dd, &tidbase[tid], RCVHQ_RCV_TYPE_EXPECTED,
446 dd->ipath_f_put_tid(dd, &tidbase[tid],
512 u64 __iomem *tidbase; local
537 tidbase = (u64 __iomem *) ((char __iomem *)(dd->ipath_kregbase) +
539 porttid * sizeof(*tidbase));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c282 u64 __iomem *tidbase; local
328 tidbase = (u64 __iomem *) (((char __iomem *) dd->kregbase) +
330 ctxttid * sizeof(*tidbase));
382 dd->f_put_tid(dd, &tidbase[tid],
412 dd->f_put_tid(dd, &tidbase[tid],
472 u64 __iomem *tidbase; local
497 tidbase = (u64 __iomem *) ((char __iomem *)(dd->kregbase) +
499 ctxttid * sizeof(*tidbase));
528 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.c3381 u64 __iomem *tidbase; local
3392 tidbase = (u64 __iomem *)
3395 ctxt * dd->rcvtidcnt * sizeof(*tidbase));
3398 qib_7322_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EXPECTED,
3401 tidbase = (u64 __iomem *)
3404 rcd->rcvegr_tid_base * sizeof(*tidbase));
3407 qib_7322_put_tid(dd, &tidbase[i], RCVHQ_RCV_TYPE_EAGER,

Completed in 78 milliseconds