| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_bufring.c | 215 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 D | efx_pci.c | 314 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 D | test_cryptodev_security_ipsec.c | 743 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 D | mrvl_mtr.c | 229 goto skip; in mrvl_meter_enable() 259 skip: in mrvl_meter_enable()
|
| H A D | mrvl_ethdev.c | 2777 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 D | eal.c | 117 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 D | eal_memory.c | 1747 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 D | meson.build | 66 # on install, skip copying all meson.build files
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | ifc.rst | 21 skip when it detects this message. If no this parameter specified, device
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_rxtx.c | 1270 goto skip; in mlx4_rx_burst() 1323 skip: in mlx4_rx_burst()
|
| /dpdk/lib/ |
| H A D | meson.build | 8 # sometimes skip deps that would be implied by others, e.g. if mempool is
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 203 That allows us to skip creation if the output packet is for the last destination port
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_ethdev.c | 2062 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 D | release_18_11.rst | 314 for any users of memseg-walk-related functions, as they will now have to skip
|
| H A D | release_2_1.rst | 953 to corruption of per-lcore pending-lists (implemented as skip-lists).
|
| /dpdk/doc/guides/nics/ |
| H A D | i40e.rst | 617 is added: Native MPLS (MPLS in Ethernet) skip is implemented, while no
|
| H A D | bnxt.rst | 806 The BNXT PMD uses the info to skip a device initialization, i.e. performs a
|
| H A D | mlx5.rst | 416 - Offsets must be 32-bits aligned, cannot skip past the boundary of a field.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 3110 ``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 D | qos_framework.rst | 1148 which allows the dequeue side to skip that pipe with no cycles being spent on investigating the pip…
|