Home
last modified time | relevance | path

Searched refs:buf_pool (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Duli526x.c161 static char buf_pool[TX_BUF_ALLOC * TX_DESC_CNT + 4]; variable
281 db->buf_pool_ptr = (uchar *)&buf_pool[0]; in uli526x_init_one()
282 db->buf_pool_dma_ptr = (dma_addr_t)&buf_pool[0]; in uli526x_init_one()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch10038 +struct buf_pool {
10149 +static void bq_put_free(struct buf_pool *const bp, struct qent_base * be)
10154 +static struct qent_base * bq_get_free(struct buf_pool *const bp)
10159 +static struct qent_base * bq_extract_inuse(struct buf_pool *const bp, struct qent_base *const be)
10164 +static struct qent_base * bq_get_inuse(struct buf_pool *const bp)
10169 +static void bq_free_all_free_src(struct buf_pool *const bp)
10176 +static void bq_free_all_inuse_src(struct buf_pool *const bp)
10183 +static void bq_free_all_free_dst(struct buf_pool *const bp)
10190 +static void queue_put_free(struct buf_pool *const bp, struct qent_base *be)
10206 +static bool queue_is_inuse(const struct buf_pool *const bp)
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch8901 + MMAL_POOL_T * buf_pool;
9256 + MMAL_BUFFER_HEADER_T * const buf = mmal_queue_get(pc->buf_pool->queue);
9407 + if (pc->buf_pool != NULL)
9408 + mmal_pool_destroy(pc->buf_pool);
9440 +static MMAL_BOOL_T vcz_pool_release_cb(MMAL_POOL_T * buf_pool, MMAL_BUFFER_HEADER_T *buf, void *us…
9445 + VLC_UNUSED(buf_pool);
9477 + if ((pc->buf_pool = mmal_pool_create(64, 0)) == NULL)
9485 + mmal_pool_callback_set(pc->buf_pool, vcz_pool_release_cb, pc);