Lines Matching refs:pbc
1423 u64 pbc; in flush_fifo() local
1442 pbc = PBC_7322_VL15_SEND | in flush_fifo()
1445 piobuf = qib_7322_getsendbuf(ppd, pbc, &bufn); in flush_fifo()
1448 writeq(pbc, piobuf); in flush_fifo()
5226 u64 pbc; in autoneg_7322_sendpkt() local
5234 pbc = ((u64) control << 32) | len; in autoneg_7322_sendpkt()
5235 while (!(piobuf = qib_7322_getsendbuf(ppd, pbc, &pnum))) { in autoneg_7322_sendpkt()
5242 writeq(pbc, piobuf); in autoneg_7322_sendpkt()
6711 static u32 __iomem *qib_7322_getsendbuf(struct qib_pportdata *ppd, u64 pbc, in qib_7322_getsendbuf() argument
6714 u32 first, last, plen = pbc & QIB_PBC_LENGTH_MASK; in qib_7322_getsendbuf()
6718 if (pbc & PBC_7322_VL15_SEND) { in qib_7322_getsendbuf()