Searched refs:piobufs (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c196 kinfo->spi_piobufbase = (u64) rcd->piobufs;
202 kinfo->spi_piobufbase = (u64) rcd->piobufs +
209 kinfo->spi_piobufbase = (u64) rcd->piobufs +
784 unsigned piobufs, unsigned piocnt)
797 "FAIL mmap piobufs: reqlen %lx > PAGE\n",
803 phys = dd->physaddr + piobufs;
979 unsigned piobufs, piocnt; local
1025 piobufs = rcd->piobufs;
1030 piobufs
781 mmap_piobufs(struct vm_area_struct *vma, struct qib_devdata *dd, struct qib_ctxtdata *rcd, unsigned piobufs, unsigned piocnt) argument
[all...]
H A Dqib.h168 u32 piobufs; member in struct:qib_ctxtdata
H A Dqib_iba7220.c3788 u32 piobufs; local
3827 piobufs = dd->piobcnt4k + dd->piobcnt2k;
3829 dd->pioavregs = ALIGN(piobufs, sizeof(u64) * BITS_PER_BYTE / 2) /
4241 * Reserve all the former "kernel" piobufs, using high number range
H A Dqib_iba6120.c3073 u32 piobufs; local
3115 piobufs = dd->piobcnt4k + dd->piobcnt2k;
3117 dd->pioavregs = ALIGN(piobufs, sizeof(u64) * BITS_PER_BYTE / 2) /
H A Dqib_iba7322.c5724 u32 piobufs; local
5763 piobufs = dd->piobcnt4k + dd->piobcnt2k + NUM_VL15_BUFS;
5765 dd->pioavregs = ALIGN(piobufs, sizeof(u64) * BITS_PER_BYTE / 2) /

Completed in 266 milliseconds