Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h97 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 Dbm_portal.c96 uint8_t bpid = 0; in bman_create_portal() local
369 uint8_t bpid, in BmPortalRelease()
405 uint8_t bpid, in BmPortalAcquire()
H A Dbm.c214 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 Dbman_low.c472 #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 Dbm_pool.c334 t_Error BM_POOL_ConfigBpid(t_Handle h_BmPool, uint8_t bpid) in BM_POOL_ConfigBpid()
H A Dbm.h228 … uint8_t bpid; /**< index of the buffer pool to encapsulate (0-63) */ member
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_bp.h45 uint16_t bpid; member
H A Ddpaa2_io.c392 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 Ddpaa2_buf.c61 const uint16_t bpid = bpsc->attr.bpid; in dpaa2_buf_seed_pool() local
H A Ddpaa2_swp.c559 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 Ddpaa2_swp.h341 uint16_t bpid; member
H A Ddpaa2_rc.c2231 uint16_t bpid; in dpaa2_rc_bp_get_attributes() member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c720 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 Dbman.c190 bman_pool_create(uint8_t *bpid, uint16_t bufferSize, uint16_t maxBuffers, in bman_pool_create()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h433 …uint8_t bpid; /**< index of the shadow buffer pool (0-BM_MAX_NUM… member
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h449 uint8_t bpid; /**< BM pool ID */ member
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h366 volatile uint8_t bpid; /* Buffer Pool ID */ member