Lines Matching refs:pbc
1355 u64 pbc; in flush_fifo() local
1374 pbc = PBC_7322_VL15_SEND | in flush_fifo()
1377 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1380 writeq(pbc, piobuf); in flush_fifo()
4935 u64 pbc; in autoneg_7322_sendpkt() local
4943 pbc = ((u64) control << 32) | len; in autoneg_7322_sendpkt()
4944 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
4951 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
6420 static u32 __iomem *qib_7322_getsendbuf(struct qib_pportdata *ppd, u64 pbc, in qib_7322_getsendbuf() argument
6423 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK; in qib_7322_getsendbuf()
6427 if (pbc & PBC_7322_VL15_SEND) { in qib_7322_getsendbuf()