Lines Matching refs:pbc
1431 u64 pbc; in flush_fifo() local
1450 pbc = PBC_7322_VL15_SEND | in flush_fifo()
1453 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1456 writeq(pbc, piobuf); in flush_fifo()
5277 u64 pbc; in autoneg_7322_sendpkt() local
5285 pbc = ((u64) control << 32) | len; in autoneg_7322_sendpkt()
5286 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
5293 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
6768 static u32 __iomem *qib_7322_getsendbuf(struct qib_pportdata *ppd, u64 pbc, in qib_7322_getsendbuf() argument
6771 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK; in qib_7322_getsendbuf()
6775 if (pbc & PBC_7322_VL15_SEND) { in qib_7322_getsendbuf()