Lines Matching defs:bpid
1408 void qbman_release_desc_set_bpid(struct qbman_release_desc *d, u16 bpid)
1410 d->bpid = cpu_to_le16(bpid);
1459 p->bpid = d->bpid;
1501 p->bpid = d->bpid;
1514 __le16 bpid;
1531 * @bpid: the buffer pool index
1538 int qbman_swp_acquire(struct qbman_swp *s, u16 bpid, u64 *buffers,
1555 p->bpid = cpu_to_le16(bpid);
1562 bpid);
1572 bpid, r->rslt);
1749 __le16 bpid;
1753 int qbman_bp_query(struct qbman_swp *s, u16 bpid,
1763 p->bpid = cpu_to_le16(bpid);
1767 bpid);
1777 bpid, r->rslt);