Lines Matching refs:pbc
1400 u64 pbc; in flush_fifo() local
1419 pbc = PBC_7322_VL15_SEND | in flush_fifo()
1422 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1425 writeq(pbc, piobuf); in flush_fifo()
5198 u64 pbc; in autoneg_7322_sendpkt() local
5206 pbc = ((u64) control << 32) | len; in autoneg_7322_sendpkt()
5207 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
5214 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
6675 static u32 __iomem *qib_7322_getsendbuf(struct qib_pportdata *ppd, u64 pbc, in qib_7322_getsendbuf() argument
6678 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK; in qib_7322_getsendbuf()
6682 if (pbc & PBC_7322_VL15_SEND) { in qib_7322_getsendbuf()