Lines Matching refs:piobuf
1420 u32 __iomem *piobuf; in flush_fifo() local
1445 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1446 if (!piobuf) in flush_fifo()
1448 writeq(pbc, piobuf); in flush_fifo()
1452 qib_pio_copy(piobuf + 2, hdr, hdrwords - 1); in flush_fifo()
1454 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords + 1); in flush_fifo()
1457 qib_pio_copy(piobuf + 2, hdr, hdrwords); in flush_fifo()
5227 u32 __iomem *piobuf; in autoneg_7322_sendpkt() local
5235 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
5242 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
5244 qib_pio_copy(piobuf + 2, hdr, 7); in autoneg_7322_sendpkt()
5245 qib_pio_copy(piobuf + 9, data, dcnt); in autoneg_7322_sendpkt()
5250 __raw_writel(0xaebecede, piobuf + spcl_off); in autoneg_7322_sendpkt()