Searched refs:bpid (Results 1 – 8 of 8) sorted by relevance
| /u-boot/include/fsl-mc/ |
| A D | fsl_qbman_portal.h | 163 void qbman_release_desc_set_bpid(struct qbman_release_desc *, uint32_t bpid); 172 int qbman_swp_acquire(struct qbman_swp *, uint32_t bpid, uint64_t *buffers,
|
| A D | fsl_dpbp.h | 39 MC_RSP_OP(cmd, 0, 16, 16, uint16_t, attr->bpid); \ 194 uint16_t bpid; member
|
| A D | fsl_dpaa_fd.h | 76 static inline void ldpaa_fd_set_bpid(struct dpaa_fd *fd, uint16_t bpid) in ldpaa_fd_set_bpid() argument 79 fd->simple.bpid_offset |= (u32)bpid; in ldpaa_fd_set_bpid()
|
| /u-boot/drivers/net/ldpaa_eth/ |
| A D | ldpaa_eth.c | 278 qbman_release_desc_set_bpid(&releasedesc, dflt_dpbp->dpbp_attr.bpid); 382 dflt_dpbp->dpbp_attr.bpid, 400 ldpaa_fd_set_bpid(&fd, dflt_dpbp->dpbp_attr.bpid); 428 qbman_release_desc_set_bpid(&releasedesc, dflt_dpbp->dpbp_attr.bpid); 731 dflt_dpbp->dpbp_attr.bpid, 752 static int ldpaa_bp_add_7(uint16_t bpid) argument 782 qbman_release_desc_set_bpid(&rd, bpid); 794 static int ldpaa_dpbp_seed(uint16_t bpid) argument 800 count = ldpaa_bp_add_7(bpid); 833 err = ldpaa_dpbp_seed(dflt_dpbp->dpbp_attr.bpid); [all …]
|
| A D | ldpaa_eth.h | 149 static int ldpaa_dpbp_seed(uint16_t bpid);
|
| /u-boot/drivers/net/fsl-mc/dpio/ |
| A D | qbman_portal.c | 535 void qbman_release_desc_set_bpid(struct qbman_release_desc *d, uint32_t bpid) in qbman_release_desc_set_bpid() argument 539 qb_attr_code_encode(&code_release_bpid, cl, bpid); in qbman_release_desc_set_bpid() 580 int qbman_swp_acquire(struct qbman_swp *s, uint32_t bpid, uint64_t *buffers, in qbman_swp_acquire() argument 595 qb_attr_code_encode(&code_acquire_bpid, p, bpid); in qbman_swp_acquire() 610 bpid, rslt); in qbman_swp_acquire()
|
| /u-boot/drivers/net/octeontx2/ |
| A D | nix_af.c | 598 cq_req.cq.s.bpid = nix->lmac->pknd; in nix_attach_completion_queue()
|
| /u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
| A D | csrs-nix.h | 676 u64 bpid : 9; member 4865 u64 bpid : 9; member
|
Completed in 56 milliseconds