Lines Matching refs:piobuf
1428 u32 __iomem *piobuf; in flush_fifo() local
1453 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1454 if (!piobuf) in flush_fifo()
1456 writeq(pbc, piobuf); in flush_fifo()
1460 qib_pio_copy(piobuf + 2, hdr, hdrwords - 1); in flush_fifo()
1462 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords + 1); in flush_fifo()
1465 qib_pio_copy(piobuf + 2, hdr, hdrwords); in flush_fifo()
5278 u32 __iomem *piobuf; in autoneg_7322_sendpkt() local
5286 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
5293 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
5295 qib_pio_copy(piobuf + 2, hdr, 7); in autoneg_7322_sendpkt()
5296 qib_pio_copy(piobuf + 9, data, dcnt); in autoneg_7322_sendpkt()
5301 __raw_writel(0xaebecede, piobuf + spcl_off); in autoneg_7322_sendpkt()