Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 20 of 20) sorted by relevance

/dpdk/drivers/bus/vmbus/
H A Dvmbus_bufring.c215 vmbus_rxbr_read(struct vmbus_br *rbr, void *data, size_t dlen, size_t skip) in vmbus_rxbr_read() argument
221 if (vmbus_br_availread(rbr) < dlen + skip + sizeof(uint64_t)) in vmbus_rxbr_read()
230 rindex = vmbus_br_idxinc(rbr->vbr->rindex, skip, br_dsize); in vmbus_rxbr_read()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_pci.c314 boolean_t skip = skip_first; in efx_pci_xilinx_cap_tbl_find() local
346 if (skip == B_FALSE && format == format_id) { in efx_pci_xilinx_cap_tbl_find()
353 skip = B_FALSE; in efx_pci_xilinx_cap_tbl_find()
/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec.c743 uint32_t skip, len = rte_pktmbuf_pkt_len(m); in test_ipsec_td_verify() local
795 skip = test_ipsec_tunnel_hdr_len_get(td); in test_ipsec_td_verify()
797 len -= skip; in test_ipsec_td_verify()
798 output_text += skip; in test_ipsec_td_verify()
826 memcpy(td_output_text, td->output_text.data + skip, len); in test_ipsec_td_verify()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c229 goto skip; in mrvl_meter_enable()
259 skip: in mrvl_meter_enable()
H A Dmrvl_ethdev.c2777 goto skip; in mrvl_free_sent_buffers()
2786 goto skip; in mrvl_free_sent_buffers()
2793 goto skip; in mrvl_free_sent_buffers()
2795 skip: in mrvl_free_sent_buffers()
/dpdk/lib/eal/linux/
H A Deal.c117 bool skip = true; in eal_clean_runtime_dir() local
124 skip = false; in eal_clean_runtime_dir()
128 if (skip) { in eal_clean_runtime_dir()
H A Deal_memory.c1747 bool skip; local
1758 skip = active_sockets != 0 &&
1764 skip |= active_sockets == 0 && socket_id != main_lcore_socket;
1766 if (skip) {
/dpdk/examples/
H A Dmeson.build66 # on install, skip copying all meson.build files
/dpdk/doc/guides/vdpadevs/
H A Difc.rst21 skip when it detects this message. If no this parameter specified, device
/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.c1270 goto skip; in mlx4_rx_burst()
1323 skip: in mlx4_rx_burst()
/dpdk/lib/
H A Dmeson.build8 # sometimes skip deps that would be implied by others, e.g. if mempool is
/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst203 That allows us to skip creation if the output packet is for the last destination port
/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c2062 static const char *const skip[] = { in nicvf_set_first_skip() local
2072 kvlist = rte_kvargs_parse(dev->device->devargs->args, skip); in nicvf_set_first_skip()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst314 for any users of memseg-walk-related functions, as they will now have to skip
H A Drelease_2_1.rst953 to corruption of per-lcore pending-lists (implemented as skip-lists).
/dpdk/doc/guides/nics/
H A Di40e.rst617 is added: Native MPLS (MPLS in Ethernet) skip is implemented, while no
H A Dbnxt.rst806 The BNXT PMD uses the info to skip a device initialization, i.e. performs a
H A Dmlx5.rst416 - Offsets must be 32-bits aligned, cannot skip past the boundary of a field.
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst3110 ``offset`` specifies the number of bits to skip from a field's start.
3164 | ``offset`` | number of bits to skip at the beginning |
H A Dqos_framework.rst1148 which allows the dequeue side to skip that pipe with no cycles being spent on investigating the pip…