Home
last modified time | relevance | path

Searched defs:bpid (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/drivers/bus/dpaa/include/
H A Dfsl_bman.h47 u8 bpid; member
91 u8 bpid; /* used with BM_RCR_VERB_CMD_BPID_SINGLE */ member
106 u8 bpid; member
146 u8 bpid; member
174 u32 bpid; member
242 static inline void bman_release_bpid(u32 bpid) in bman_release_bpid()
248 static inline int bman_reserve_bpid(u32 bpid) in bman_reserve_bpid()
H A Dfsl_qman.h132 u8 bpid:8; /* Buffer Pool ID */ member
262 u8 bpid; member
/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c46 uint32_t bpid; in rte_hw_mbuf_create_pool() local
187 uint32_t bpid, in rte_dpaa2_mbuf_release()
269 uint32_t bpid = bp_info->bpid; in rte_dpaa2_bpid_info_init() local
326 uint16_t bpid; in rte_dpaa2_mbuf_alloc_bulk() local
H A Ddpaa2_hw_mempool.h24 uint16_t bpid; member
31 uint16_t bpid; /**< Pool ID, from pool configuration */ member
53 uint32_t bpid; member
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c237 u32 bm_pool_free_buffers(u32 bpid) in bm_pool_free_buffers()
262 int bm_pool_set(u32 bpid, const u32 *thresholds) in bm_pool_set()
281 int bm_pool_set_hw_threshold(u32 bpid, const u32 low_thresh, in bm_pool_set_hw_threshold()
H A Dbman.c59 u8 bpid = 0; in bman_create_portal() local
186 u32 bpid; in bman_new_pool() local
350 u32 bpid; in bman_update_pool_thresholds() local
357 int bman_shutdown_pool(u32 bpid) in bman_shutdown_pool()
H A Ddpaa_alloc.c18 void bman_release_bpid_range(u32 bpid, u32 count) in bman_release_bpid_range()
23 int bman_reserve_bpid_range(u32 bpid, u32 count) in bman_reserve_bpid_range()
H A Dbman.h480 #define SCN_REG(bpid) BM_REG_SCN((bpid) / 32) argument
481 #define SCN_BIT(bpid) (0x80000000 >> (bpid & 31)) argument
482 static inline void bm_isr_bscn_mask(struct bm_portal *portal, u8 bpid, in bm_isr_bscn_mask()
517 static inline int bm_shutdown_pool(struct bm_portal *p, u32 bpid) in bm_shutdown_pool()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c90 struct qbman_fd *fd, uint16_t bpid) in build_proto_compound_sg_fd()
207 struct qbman_fd *fd, uint16_t bpid, struct dpaa2_sec_qp *qp) in build_proto_compound_fd()
317 struct qbman_fd *fd, __rte_unused uint16_t bpid) in build_authenc_gcm_sg_fd()
462 struct qbman_fd *fd, uint16_t bpid, in build_authenc_gcm_fd()
603 struct qbman_fd *fd, __rte_unused uint16_t bpid) in build_authenc_sg_fd()
750 struct qbman_fd *fd, uint16_t bpid, struct dpaa2_sec_qp *qp) in build_authenc_fd()
895 __rte_unused uint16_t bpid) in build_auth_sg_fd()
1126 struct qbman_fd *fd, __rte_unused uint16_t bpid) in build_cipher_sg_fd()
1259 struct qbman_fd *fd, uint16_t bpid, struct dpaa2_sec_qp *qp) in build_cipher_fd()
1472 uint16_t bpid; in dpaa2_sec_enqueue_burst() local
[all …]
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c406 struct rte_mempool *mp, uint16_t bpid) in eth_mbuf_to_sg_fd()
522 struct qbman_fd *fd, uint16_t bpid) in eth_mbuf_to_fd()
558 struct qbman_fd *fd, uint16_t bpid) in eth_copy_mbuf_to_fd()
1073 uint32_t bpid; in dpaa2_dev_tx_conf() local
1225 uint16_t bpid; in dpaa2_dev_tx() local
1533 uint16_t bpid; in dpaa2_dev_tx_multi_txq_ordered() local
1680 uint16_t bpid; in dpaa2_dev_tx_ordered() local
H A Ddpaa2_ethdev.c718 uint32_t bpid; in dpaa2_dev_rx_queue_setup() local
/dpdk/drivers/bus/fslmc/mc/
H A Dfsl_dpbp.h76 uint16_t bpid; member
H A Dfsl_dpbp_cmd.h64 uint16_t bpid; member
/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.h37 uint32_t bpid; member
H A Ddpaa_mempool.c48 uint8_t bpid; in dpaa_mbuf_create_pool() local
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h231 uint32_t bpid:14; /* Frame buffer pool ID */ member
272 #define DPAA2_SET_FD_BPID(fd, bpid) ((fd)->simple.bpid_offset |= bpid) argument
273 #define DPAA2_SET_ONLY_FD_BPID(fd, bpid) \ argument
313 #define DPAA2_SET_FLE_BPID(fle, bpid) ((fle)->fin_bpid_offset |= (size_t)bpid) argument
/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c367 int bpid, size_t bufsize) in fman_if_set_bp()
400 u32 low_water, u32 bpid) in fman_if_set_fc_threshold()
/dpdk/drivers/common/cnxk/
H A Droc_nix_fc.c355 uint16_t bpid; in rox_nix_fc_npa_bp_cfg() local
H A Droc_nix_priv.h126 uint16_t bpid[NIX_MAX_CHAN]; member
/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_debug.c23 uint16_t bpid; member
36 int qbman_bp_query(struct qbman_swp *s, uint32_t bpid, in qbman_bp_query()
H A Dqbman_portal.c2488 void qbman_release_desc_set_bpid(struct qbman_release_desc *d, uint16_t bpid) in qbman_release_desc_set_bpid()
2620 uint16_t bpid; member
2634 static int qbman_swp_acquire_direct(struct qbman_swp *s, uint16_t bpid, in qbman_swp_acquire_direct()
2679 static int qbman_swp_acquire_cinh_direct(struct qbman_swp *s, uint16_t bpid, in qbman_swp_acquire_cinh_direct()
2724 int qbman_swp_acquire(struct qbman_swp *s, uint16_t bpid, uint64_t *buffers, in qbman_swp_acquire()
/dpdk/drivers/net/dpaa/
H A Ddpaa_flow.c1025 bool fmc_mode, uint8_t vsp_id, uint32_t bpid, in dpaa_port_vsp_update()
H A Ddpaa_ethdev.c895 int8_t vsp_id, uint32_t bpid) in dpaa_eth_rx_queue_bp_check()
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_portal.h1152 uint16_t bpid; member
/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.h252 uint32_t bpid:14; member

12