Lines Matching refs:piobuf
1352 u32 __iomem *piobuf; in flush_fifo() local
1377 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1378 if (!piobuf) in flush_fifo()
1380 writeq(pbc, piobuf); in flush_fifo()
1384 qib_pio_copy(piobuf + 2, hdr, hdrwords - 1); in flush_fifo()
1386 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords + 1); in flush_fifo()
1389 qib_pio_copy(piobuf + 2, hdr, hdrwords); in flush_fifo()
4936 u32 __iomem *piobuf; in autoneg_7322_sendpkt() local
4944 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
4951 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
4953 qib_pio_copy(piobuf + 2, hdr, 7); in autoneg_7322_sendpkt()
4954 qib_pio_copy(piobuf + 9, data, dcnt); in autoneg_7322_sendpkt()
4959 __raw_writel(0xaebecede, piobuf + spcl_off); in autoneg_7322_sendpkt()