Home
last modified time | relevance | path

Searched refs:bp_list (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c42 struct dpaa2_bp_list *bp_list; in rte_hw_mbuf_create_pool() local
103 if (!bp_list) { in rte_hw_mbuf_create_pool()
118 bp_list->next = h_bp_list; in rte_hw_mbuf_create_pool()
119 bp_list->mp = mp; in rte_hw_mbuf_create_pool()
125 rte_dpaa2_bpid_info[bpid].bp_list = bp_list; in rte_hw_mbuf_create_pool()
134 h_bp_list = bp_list; in rte_hw_mbuf_create_pool()
159 bp = bpinfo->bp_list; in rte_hw_mbuf_free_pool()
272 if (!(bp_info->bp_list)) { in rte_dpaa2_mbuf_pool_bpid()
286 if (!(bp_info->bp_list)) { in rte_dpaa2_mbuf_from_buf_addr()
311 if (!(bp_info->bp_list)) { in rte_dpaa2_mbuf_alloc_bulk()
[all …]
H A Ddpaa2_hw_mempool.h54 struct dpaa2_bp_list *bp_list; member
/f-stack/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c351 struct dpaa2_bp_list *bp_list = (struct dpaa2_bp_list *)blist; in dpaa2_attach_bp_list() local
389 bpool_cfg.pools[0].dpbp_id = bp_list->buf_pool.dpbp_node->dpbp_id; in dpaa2_attach_bp_list()
391 bpool_cfg.pools[0].buffer_size = RTE_ALIGN_CEIL(bp_list->buf_pool.size, in dpaa2_attach_bp_list()
403 priv->bp_list = bp_list; in dpaa2_attach_bp_list()
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_rxtx.c482 rte_dpaa2_bpid_info[bpid].bp_list->mp, &mb, 1)) { in eth_copy_mbuf_to_fd()
1093 priv->bp_list->dpaa2_ops_index && in dpaa2_dev_tx()
1117 if (unlikely(!mp || !priv->bp_list)) { in dpaa2_dev_tx()
1129 if (mp->ops_index != priv->bp_list->dpaa2_ops_index) { in dpaa2_dev_tx()
1134 bpid = priv->bp_list->buf_pool.bpid; in dpaa2_dev_tx()
1360 priv->bp_list->dpaa2_ops_index && in dpaa2_dev_tx_ordered()
1380 if (unlikely(!mp || !priv->bp_list)) { in dpaa2_dev_tx_ordered()
1385 if (mp->ops_index != priv->bp_list->dpaa2_ops_index) { in dpaa2_dev_tx_ordered()
1390 bpid = priv->bp_list->buf_pool.bpid; in dpaa2_dev_tx_ordered()
H A Ddpaa2_ethdev.h145 struct dpaa2_bp_list *bp_list; /**<Attached buffer pool list */ member
H A Ddpaa2_ethdev.c674 if (!priv->bp_list || priv->bp_list->mp != mb_pool) { in dpaa2_dev_rx_queue_setup()
677 rte_dpaa2_bpid_info[bpid].bp_list); in dpaa2_dev_rx_queue_setup()
/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c124 STAILQ_HEAD(bp_list, bounce_page) bounce_page_list;
154 struct bp_list bpages;
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c97 STAILQ_HEAD(bp_list, bounce_page) bounce_page_list;
131 struct bp_list bpages;
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c95 STAILQ_HEAD(bp_list, bounce_page) bounce_page_list;
123 struct bp_list bpages;
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c119 STAILQ_HEAD(bp_list, bounce_page) bounce_page_list;
177 struct bp_list bpages;