/freebsd/sys/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()
|
H A D | bm.h | 228 … uint8_t bpid; /**< index of the buffer pool to encapsulate (0-63) */ member
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_bp.h | 45 uint16_t bpid; member
|
H A D | dpaa2_io.c | 392 dpaa2_io_query_bp(device_t iodev, uint16_t bpid, struct dpaa2_bp_conf *conf) in dpaa2_io_query_bp() 403 dpaa2_io_release_bufs(device_t iodev, uint16_t bpid, bus_addr_t *buf, in dpaa2_io_release_bufs()
|
H A D | dpaa2_buf.c | 61 const uint16_t bpid = bpsc->attr.bpid; in dpaa2_buf_seed_pool() local
|
H A D | dpaa2_swp.c | 559 dpaa2_swp_query_bp(struct dpaa2_swp *swp, uint16_t bpid, in dpaa2_swp_query_bp() 566 uint16_t bpid; in dpaa2_swp_query_bp() member 605 dpaa2_swp_release_bufs(struct dpaa2_swp *swp, uint16_t bpid, bus_addr_t *buf, in dpaa2_swp_release_bufs() 612 uint16_t bpid; in dpaa2_swp_release_bufs() member
|
H A D | dpaa2_swp.h | 341 uint16_t bpid; member
|
H A D | dpaa2_rc.c | 2231 uint16_t bpid; in dpaa2_rc_bp_get_attributes() member
|
/freebsd/sys/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()
|
/freebsd/sys/dev/dpaa/ |
H A D | bman.c | 190 bman_pool_create(uint8_t *bpid, uint16_t bufferSize, uint16_t maxBuffers, in bman_pool_create()
|
/freebsd/sys/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
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_port.h | 449 uint8_t bpid; /**< BM pool ID */ member
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | fsl_qman.h | 366 volatile uint8_t bpid; /* Buffer Pool ID */ member
|