Lines Matching refs:piobuf
1419 u32 __iomem *piobuf; in flush_fifo() local
1444 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1445 if (!piobuf) in flush_fifo()
1447 writeq(pbc, piobuf); in flush_fifo()
1451 qib_pio_copy(piobuf + 2, hdr, hdrwords - 1); in flush_fifo()
1453 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords + 1); in flush_fifo()
1456 qib_pio_copy(piobuf + 2, hdr, hdrwords); in flush_fifo()
5221 u32 __iomem *piobuf; in autoneg_7322_sendpkt() local
5229 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
5236 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
5238 qib_pio_copy(piobuf + 2, hdr, 7); in autoneg_7322_sendpkt()
5239 qib_pio_copy(piobuf + 9, data, dcnt); in autoneg_7322_sendpkt()
5244 __raw_writel(0xaebecede, piobuf + spcl_off); in autoneg_7322_sendpkt()