| /f-stack/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()
|
| /f-stack/dpdk/drivers/mempool/dpaa2/ |
| 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
|
| 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() 303 uint16_t bpid; in rte_dpaa2_mbuf_alloc_bulk() local
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | fsl_bman.h | 97 static __inline__ int bman_depletion_get(const struct bman_depletion *c, uint8_t bpid) in bman_depletion_get() 101 static __inline__ void bman_depletion_set(struct bman_depletion *c, uint8_t bpid) in bman_depletion_set() 105 static __inline__ void bman_depletion_unset(struct bman_depletion *c, uint8_t bpid) in bman_depletion_unset() 238 volatile uint8_t bpid; member 248 volatile uint8_t bpid; /* used with BM_RCR_VERB_CMD_BPID_SINGLE */ member 261 volatile uint8_t bpid; member 281 volatile uint8_t bpid; member
|
| H A D | bm_portal.c | 96 uint8_t bpid = 0; in bman_create_portal() local 369 uint8_t bpid, in BmPortalRelease() 405 uint8_t bpid, in BmPortalAcquire()
|
| H A D | bm.c | 214 uint8_t bpid, in BmSetPool() 237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds) in BmSetPoolThresholds() 278 t_Error BmUnSetPoolThresholds(t_Handle h_Bm, uint8_t bpid) in BmUnSetPoolThresholds() 319 uint32_t BmGetCounter(t_Handle h_Bm, e_BmInterModuleCounters counter, uint8_t bpid) in BmGetCounter()
|
| H A D | bman_low.c | 472 #define SCN_REG(bpid) REG_SCN((bpid) / 32) argument 473 #define SCN_BIT(bpid) (0x80000000 >> (bpid & 31)) argument 474 void bm_isr_bscn_mask(struct bm_portal *portal, uint8_t bpid, int enable) in bm_isr_bscn_mask()
|
| H A D | bm_pool.c | 334 t_Error BM_POOL_ConfigBpid(t_Handle h_BmPool, uint8_t bpid) in BM_POOL_ConfigBpid()
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman_driver.c | 232 u32 bm_pool_free_buffers(u32 bpid) in bm_pool_free_buffers() 257 int bm_pool_set(u32 bpid, const u32 *thresholds) in bm_pool_set() 276 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()
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 66 struct qbman_fd *fd, uint16_t bpid) in build_proto_compound_sg_fd() 183 struct qbman_fd *fd, uint16_t bpid) in build_proto_compound_fd() 259 struct qbman_fd *fd, uint16_t bpid) in build_proto_fd() 293 struct qbman_fd *fd, __rte_unused uint16_t bpid) in build_authenc_gcm_sg_fd() 438 struct qbman_fd *fd, uint16_t bpid) in build_authenc_gcm_fd() 725 struct qbman_fd *fd, uint16_t bpid) in build_authenc_fd() 870 __rte_unused uint16_t bpid) in build_auth_sg_fd() 987 struct qbman_fd *fd, uint16_t bpid) in build_auth_fd() 1234 struct qbman_fd *fd, uint16_t bpid) in build_cipher_fd() 1351 struct qbman_fd *fd, uint16_t bpid) in build_sec_fd() [all …]
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_rxtx.c | 376 struct qbman_fd *fd, uint16_t bpid) in eth_mbuf_to_sg_fd() 447 struct qbman_fd *fd, uint16_t bpid) in eth_mbuf_to_fd() 476 struct qbman_fd *fd, uint16_t bpid) in eth_copy_mbuf_to_fd() 885 uint32_t bpid; in dpaa2_dev_tx_conf() local 1029 uint16_t bpid; in dpaa2_dev_tx() local 1295 uint16_t bpid; in dpaa2_dev_tx_ordered() local
|
| /f-stack/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
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fman_port.c | 720 static uint8_t fman_port_find_bpool(struct fman_port *port, uint8_t bpid) in fman_port_find_bpool() 1276 uint8_t bpid, in fman_port_set_bpool_cnt_mode() 1451 uint32_t fman_port_get_bpool_counter(struct fman_port *port, uint8_t bpid) in fman_port_get_bpool_counter() 1475 uint8_t bpid, in fman_port_set_bpool_counter()
|
| /f-stack/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
|
| /f-stack/dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_pvt.h | 217 uint32_t bpid:14; /* Frame buffer pool ID */ member 258 #define DPAA2_SET_FD_BPID(fd, bpid) ((fd)->simple.bpid_offset |= bpid) argument 259 #define DPAA2_SET_ONLY_FD_BPID(fd, bpid) \ argument 299 #define DPAA2_SET_FLE_BPID(fle, bpid) ((fle)->fin_bpid_offset |= (size_t)bpid) argument
|
| /f-stack/dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | fman_hw.c | 357 int bpid, size_t bufsize) in fman_if_set_bp() 390 u32 low_water, u32 bpid) in fman_if_set_fc_threshold()
|
| /f-stack/freebsd/contrib/ncsw/inc/Peripherals/ |
| H A D | bm_ext.h | 433 …uint8_t bpid; /**< index of the shadow buffer pool (0-BM_MAX_NUM… member
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-util.c | 293 int bpid; in cvmx_helper_setup_red() local
|
| H A D | cvmx-helper-cfg.c | 633 int pknd, bpid, pko_port_base; in __cvmx_helper_cfg_init() local
|
| /f-stack/dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.c | 2490 void qbman_release_desc_set_bpid(struct qbman_release_desc *d, uint16_t bpid) in qbman_release_desc_set_bpid() 2622 uint16_t bpid; member 2636 static int qbman_swp_acquire_direct(struct qbman_swp *s, uint16_t bpid, in qbman_swp_acquire_direct() 2681 static int qbman_swp_acquire_cinh_direct(struct qbman_swp *s, uint16_t bpid, in qbman_swp_acquire_cinh_direct() 2726 int qbman_swp_acquire(struct qbman_swp *s, uint16_t bpid, uint64_t *buffers, in qbman_swp_acquire()
|