Lines Matching refs:piobuf
1397 u32 __iomem *piobuf; in flush_fifo() local
1422 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1423 if (!piobuf) in flush_fifo()
1425 writeq(pbc, piobuf); in flush_fifo()
1429 qib_pio_copy(piobuf + 2, hdr, hdrwords - 1); in flush_fifo()
1431 __raw_writel(hdr[hdrwords - 1], piobuf + hdrwords + 1); in flush_fifo()
1434 qib_pio_copy(piobuf + 2, hdr, hdrwords); in flush_fifo()
5199 u32 __iomem *piobuf; in autoneg_7322_sendpkt() local
5207 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
5214 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
5216 qib_pio_copy(piobuf + 2, hdr, 7); in autoneg_7322_sendpkt()
5217 qib_pio_copy(piobuf + 9, data, dcnt); in autoneg_7322_sendpkt()
5222 __raw_writel(0xaebecede, piobuf + spcl_off); in autoneg_7322_sendpkt()