| /dpdk/doc/guides/prog_guide/img/ |
| H A D | dir_24_8_alg.svg | 3 …fill:url(#grad0-4);stroke:#3c63ac;stroke-width:.749999}.st2{fill:#3c63ac;font-family:Calibri;font-… 30 …" orient="auto" markerUnits="strokeWidth" overflow="visible" style="fill:#4672c4;fill-opacity:1;st… 42 …<path class="st1" id="rect30" style="fill:url(#linearGradient226)" d="M0 459.587h153.071v36.85H0z"… 46 …<path class="st1" id="rect37" style="fill:url(#linearGradient228)" d="M0 459.587h153.071v36.85H0z"… 49 …<path class="st1" id="rect44" style="fill:url(#linearGradient230)" d="M0 459.587h153.071v36.85H0z"… 53 …<path class="st1" id="rect51" style="fill:url(#linearGradient232)" d="M0 459.587h153.071v36.85H0z"… 56 …<path class="st1" id="rect56" style="fill:url(#linearGradient234)" d="M0 459.587h153.071v36.85H0z"… 59 …<path class="st1" id="rect61" style="fill:url(#linearGradient236)" d="M0 459.587h153.071v36.85H0z"… 62 …<path class="st1" id="rect66" style="fill:url(#linearGradient238)" d="M0 459.587h153.071v36.85H0z"… 68 …<path class="st1" id="rect78" style="fill:url(#linearGradient242)" d="M0 459.587h153.071v36.85H0z"… [all …]
|
| H A D | rib_internals.svg | 1 …p://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" style="fill:none;fill-rule:evenodd;f… 3 …fill:#ff0;fill-opacity:.15;stroke:#3c63ac;stroke-width:.75}.st2,.st3{fill:#fee599;stroke:#c7c8c8;s… 6 …4" orient="auto" markerUnits="strokeWidth" overflow="visible" style="fill:#000;fill-opacity:1;stro…
|
| H A D | rib_pic.svg | 1 …p://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" style="fill:none;fill-rule:evenodd;f… 3 …fill:#eb94e0}.st1,.st2,.st3{stroke:#c7c8c8;stroke-width:.25}.st2{fill:#bfbfbf}.st3{fill:#00b0f0}.s… 6 …4" orient="auto" markerUnits="strokeWidth" overflow="visible" style="fill:#000;fill-opacity:1;stro… 15 …" orient="auto" markerUnits="strokeWidth" overflow="visible" style="fill:#eb94e0;fill-opacity:1;st…
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.c | 60 int fill = !vec[0].addr; in mlx4_mallocv_inline() local 62 fill: in mlx4_mallocv_inline() 78 if (fill && vec[i].addr) in mlx4_mallocv_inline() 81 if (fill) in mlx4_mallocv_inline() 88 fill = 1; in mlx4_mallocv_inline() 89 goto fill; in mlx4_mallocv_inline()
|
| H A D | mlx4_flow.c | 700 fill: in mlx4_flow_prepare() 912 goto fill; in mlx4_flow_prepare()
|
| /dpdk/drivers/net/af_xdp/ |
| H A D | compat.h | 26 struct xsk_ring_prod *fill, in create_shared_socket() argument 31 tx, fill, comp, config); in create_shared_socket() 41 struct xsk_ring_prod *fill __rte_unused, in create_shared_socket()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman.h | 158 u8 pi, ci, fill, ithresh, vbit; member 168 u8 pi, ci, fill, ithresh, vbit; member 461 if (!dqrr->fill) in qm_dqrr_current() 477 DPAA_ASSERT(dqrr->fill); in qm_dqrr_next() 479 return --dqrr->fill; in qm_dqrr_next() 492 dqrr->fill += diff; in qm_dqrr_pci_update() 517 dqrr->fill += diff; in qm_dqrr_pce_update() 536 dqrr->fill++; in qm_dqrr_pvb_update() 768 if (!mr->fill) in qm_mr_current() 777 DPAA_ASSERT(mr->fill); in qm_mr_next() [all …]
|
| H A D | qman.c | 426 dqrr->fill = qm_cyc_diff(QM_DQRR_SIZE, dqrr->ci, dqrr->pi); in qm_dqrr_init() 471 mr->fill = qm_cyc_diff(QM_MR_SIZE, mr->ci, mr->pi); in qm_mr_init() 499 mr->fill++; in qm_mr_pvb_update() 1200 if (!dqrr->fill) in qman_portal_poll_rx() 1238 --dqrr->fill; in qman_portal_poll_rx()
|
| /dpdk/app/test/ |
| H A D | test_ipfrag.c | 103 v4_allocate_packet_of(struct rte_mbuf *b, int fill, in v4_allocate_packet_of() argument 112 memset(data, fill, sizeof(struct rte_ipv4_hdr) + s); in v4_allocate_packet_of() 148 v6_allocate_packet_of(struct rte_mbuf *b, int fill, size_t s, uint8_t ttl, in v6_allocate_packet_of() argument 155 memset(data, fill, sizeof(struct rte_ipv6_hdr) + s); in v6_allocate_packet_of()
|
| H A D | test_ring_stress_impl.h | 139 fill_ring_elm(struct ring_elem *elm, uint32_t fill) in fill_ring_elm() argument 144 elm->cnt[i] = fill; in fill_ring_elm() 149 const struct ring_elem *check, const struct ring_elem *fill) in check_updt_elem() argument 166 memcpy(elm[i], fill, sizeof(*elm[i])); in check_updt_elem()
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 253 uint32_t fill, len, k, n; in send_burst() local 259 if ((int32_t)(fill = txmb->head - txmb->tail) < 0) in send_burst() 260 fill += len; in send_burst() 262 if (fill >= thresh) { in send_burst() 263 n = RTE_MIN(len - txmb->tail, fill); in send_burst() 271 fill -= k; in send_burst() 276 return fill; in send_burst() 283 uint32_t fill, lcore_id, len; in send_single_packet() local 293 fill = send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet() 295 if (fill == len - 1) { in send_single_packet()
|
| /dpdk/lib/dmadev/ |
| H A D | rte_dmadev_core.h | 71 rte_dma_fill_t fill; member
|
| H A D | rte_dmadev.h | 960 RTE_FUNC_PTR_OR_ERR_RET(*obj->fill, -ENOTSUP); in rte_dma_fill() 963 return (*obj->fill)(obj->dev_private, vchan, pattern, dst, length, in rte_dma_fill()
|
| /dpdk/doc/guides/ |
| H A D | conf.py | 166 fill='.', align='<', width=max_header_len-3) 169 fill=' ', align='<', width=max_header_len)
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 133 uint32_t fill = (idxd_op_fill << IDXD_CMD_OP_SHIFT) | in idxd_enqueue_fill() local 135 return __idxd_write_desc(dev_private, fill, pattern, dst, length, in idxd_enqueue_fill() 572 dmadev->fp_obj->fill = idxd_enqueue_fill; in idxd_dmadev_create()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | event_ethernet_rx_adapter.rst | 62 expected to fill the ``struct rte_event_eth_rx_adapter_conf structure`` 213 monitor the buffer fill level and instruct the service function to selectively 216 the event buffer fill level is low. The
|
| H A D | event_crypto_adapter.rst | 121 expected to fill the ``struct rte_event_crypto_adapter_conf`` structure 262 /* Allocate & fill op structure */
|
| H A D | telemetry_lib.rst | 51 which will decide what port information should fill the ``rte_tel_data`` structure.
|
| H A D | event_ethernet_tx_adapter.rst | 43 and needs to create an event port for it. The callback is expected to fill the
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_init_ops.c | 194 u32 addr, u32 fill, u32 fill_count) argument 199 ecore_wr(p_hwfn, p_ptt, addr, fill);
|
| /dpdk/drivers/dma/ioat/ |
| H A D | ioat_hw_defs.h | 278 struct ioat_fill_hw_desc fill; member
|
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_spec.h | 263 struct rte_ioat_fill_hw_desc fill; member
|
| /dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | fsl_qbman_debug.h | 18 uint32_t fill; member
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_init_ops.h | 42 static void ecore_init_fill(struct bnx2x_softc *sc, uint32_t addr, int fill, in ecore_init_fill() argument 49 ECORE_MEMSET(GUNZIP_BUF(sc), (uint8_t)fill, buf_len); in ecore_init_fill()
|
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_debug.c | 170 return r->fill; in qbman_bp_num_free_bufs()
|