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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_init_chip.c331 ipath_dbg("%u 2k(%x) piobufs @ %p, %u 4k(%x) @ %p "
338 else ipath_dbg("%u 2k piobufs @ %p\n",
685 u32 piobufs, uports; local
720 piobufs = dd->ipath_piobcnt2k + dd->ipath_piobcnt4k;
725 dd->ipath_pioavregs = ALIGN(piobufs, sizeof(u64) * BITS_PER_BYTE / 2)
730 if (piobufs >= (uports * IPATH_MIN_USER_PORT_BUFCNT) + 32)
738 if (kpiobufs + (uports * IPATH_MIN_USER_PORT_BUFCNT) > piobufs) {
739 i = (int) piobufs -
746 piobufs, uports, IPATH_MIN_USER_PORT_BUFCNT, i);
753 dd->ipath_lastport_piobuf = piobufs
[all...]
H A Dipath_file_ops.c1026 unsigned piobufs, unsigned piocnt)
1038 dev_info(&dd->pcidev->dev, "FAIL mmap piobufs: "
1045 phys = dd->ipath_physaddr + piobufs;
1236 unsigned piobufs, piocnt; local
1286 piobufs = pd->port_piobufs;
1291 piobufs = pd->port_piobufs +
1298 piobufs = pd->port_piobufs + dd->ipath_palign * piocnt * slave;
1303 else if (pgaddr == piobufs)
1304 ret = mmap_piobufs(vma, dd, pd, piobufs, piocnt);
1808 /* for right now, kernel piobufs ar
1023 mmap_piobufs(struct vm_area_struct *vma, struct ipath_devdata *dd, struct ipath_portdata *pd, unsigned piobufs, unsigned piocnt) argument
[all...]

Completed in 96 milliseconds