| /dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_bman.h | 47 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 D | fsl_qman.h | 132 u8 bpid:8; /* Buffer Pool ID */ member 262 u8 bpid; member
|
| /dpdk/drivers/mempool/dpaa2/ |
| H A D | dpaa2_hw_mempool.c | 46 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 D | dpaa2_hw_mempool.h | 24 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 D | bman_driver.c | 237 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 D | bman.c | 59 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 D | dpaa_alloc.c | 18 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 D | bman.h | 480 #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 D | dpaa2_sec_dpseci.c | 90 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 D | dpaa2_rxtx.c | 406 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 D | dpaa2_ethdev.c | 718 uint32_t bpid; in dpaa2_dev_rx_queue_setup() local
|
| /dpdk/drivers/bus/fslmc/mc/ |
| H A D | fsl_dpbp.h | 76 uint16_t bpid; member
|
| H A D | fsl_dpbp_cmd.h | 64 uint16_t bpid; member
|
| /dpdk/drivers/mempool/dpaa/ |
| H A D | dpaa_mempool.h | 37 uint32_t bpid; member
|
| H A D | dpaa_mempool.c | 48 uint8_t bpid; in dpaa_mbuf_create_pool() local
|
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 231 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 D | fman_hw.c | 367 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 D | roc_nix_fc.c | 355 uint16_t bpid; in rox_nix_fc_npa_bp_cfg() local
|
| H A D | roc_nix_priv.h | 126 uint16_t bpid[NIX_MAX_CHAN]; member
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_debug.c | 23 uint16_t bpid; member 36 int qbman_bp_query(struct qbman_swp *s, uint32_t bpid, in qbman_bp_query()
|
| H A D | qbman_portal.c | 2488 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 D | dpaa_flow.c | 1025 bool fmc_mode, uint8_t vsp_id, uint32_t bpid, in dpaa_port_vsp_update()
|
| H A D | dpaa_ethdev.c | 895 int8_t vsp_id, uint32_t bpid) in dpaa_eth_rx_queue_bp_check()
|
| /dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | fsl_qbman_portal.h | 1152 uint16_t bpid; member
|
| /dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.h | 252 uint32_t bpid:14; member
|