| /dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 21 * Lookup a pointer to a stack by its name. 46 data pointer and a next pointer, and an atomic stack depth counter. The 53 pointer to the head of the list. The operation retries if it is unsuccessful 60 from the head -- then swinging the head pointer (using a CAS as well). While 74 compare-and-swap instruction to atomically update both the stack top pointer 78 1. Thread A reads head pointer X and stores the pointed-to list element. 79 2. Other threads modify the list such that the head pointer is once again X, 81 3. Thread A changes the head pointer with a compare-and-swap and succeeds. 84 both pop stale data and incorrect change the head pointer. By adding a 87 head pointer remains the same.
|
| H A D | bpf_lib.rst | 35 These instructions can only be used when execution context is a pointer to 37 Register ``R6`` is an implicit input that must contain pointer to ``rte_mbuf``. 64 - tail-pointer call
|
| H A D | toeplitz_hash_lib.rst | 31 * A pointer to the tuple, containing fields extracted from the packet. 33 * A pointer to the RSS hash key corresponding to the one installed on the NIC. 51 * A pointer to the matrices derived from the RSS hash key using ``rte_thash_complete_matrix()``. 52 * A pointer to the tuple. 57 * A pointer to the matrices derived from the RSS hash key using ``rte_thash_complete_matrix()``. 66 * A pointer to the memory where the matrices will be written. 67 * A pointer to the RSS hash key. 153 * A pointer to the Thash context to be associated with. 199 * A pointer to the tuple to be changed.
|
| H A D | asan.rst | 59 Address 0x7fb17f465809 is a wild pointer. 65 displayed as a wild pointer') are not currently supported with DPDK allocations. 88 Address 0x7fc83f465800 is a wild pointer.
|
| H A D | multi_proc_support.rst | 180 since it uses a pointer to the hash function internally. 231 function accepts a unique callback name, and a function pointer to a callback 275 * ``msgs`` - pointer to where all of the responses are stored. The order in 279 For asynchronous requests, a function pointer to the callback function must be 305 pointer ``msg``, and an opaque pointer ``peer``. Contents of ``msg`` will be 310 pointer. The resulting response will then be delivered to the correct requestor.
|
| H A D | generic_segmentation_offload_lib.rst | 68 part contains a pointer to an offset within the original packet. This mechanism 178 - a pointer to the mbuf pool for allocating the direct buffers, which are 181 - a pointer to the mbuf pool for allocating indirect buffers, which are 187 buffers. However, since indirect mbufs simply store a pointer, the
|
| H A D | ipsec_lib.rst | 159 Value is an opaque user provided pointer to the user defined SA data structure. 201 To add user has to specify key, key type and a value which is an opaque pointer to SA. 303 printf("SA pointer is %p\n", vals[i]);
|
| H A D | member_lib.rst | 279 pointer to the created set-summary or ``NULL`` if the creation failed. 315 The input arguments for the function should include the ``key`` which is a pointer to the element/k… 325 match is found and 0 otherwise. The arguments for the function include ``key`` which is a pointer t… 332 which is a pointer to a bulk of keys that are to be looked up, 346 should be at most 1). The arguments for the function include ``key`` which is a pointer to the 362 a pointer to a bulk of keys that are to be looked up, ``num_keys`` is the number 376 an error is returned. The input arguments should include ``key`` which is a pointer to the
|
| H A D | env_abstraction_layer.rst | 362 * Get a pointer to memory area 395 * Get a pointer to memory area 938 * heap - this pointer is a reference back to the heap structure from which 943 * prev - this pointer points to previous header element/block in memory. When 944 freeing a block, this pointer is used to reference the previous block to 949 * next - this pointer points to next header element/block in memory. When 950 freeing a block, this pointer is used to reference the next block to check 1009 When a suitable free element has been identified, the pointer to be returned 1011 The cache-line of memory immediately preceding this pointer is filled with a 1060 To free an area of memory, the pointer to the start of the data area is passed [all …]
|
| /dpdk/drivers/common/iavf/ |
| H A D | meson.build | 6 if cc.has_argument('-Wno-pointer-to-int-cast') 7 cflags += '-Wno-pointer-to-int-cast'
|
| /dpdk/drivers/dma/dpaa/ |
| H A D | meson.build | 12 if cc.has_argument('-Wno-pointer-arith') 13 cflags += '-Wno-pointer-arith'
|
| /dpdk/drivers/net/pfe/ |
| H A D | meson.build | 17 if cc.has_argument('-Wno-pointer-arith') 18 cflags += '-Wno-pointer-arith'
|
| /dpdk/drivers/net/dpaa/ |
| H A D | meson.build | 19 if cc.has_argument('-Wno-pointer-arith') 20 cflags += '-Wno-pointer-arith'
|
| /dpdk/drivers/common/dpaax/ |
| H A D | meson.build | 16 if cc.has_argument('-Wno-pointer-arith') 17 cflags += '-Wno-pointer-arith'
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | meson.build | 21 extra_flags += ['-Wno-int-to-pointer-cast', '-Wno-pointer-to-int-cast']
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | meson.build | 27 if cc.has_argument('-Wno-pointer-arith') 28 cflags += '-Wno-pointer-arith'
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x540.c | 471 u16 pointer = 0; in ixgbe_calc_eeprom_checksum_X540() local 500 if (ixgbe_read_eerd_generic(hw, i, &pointer)) { in ixgbe_calc_eeprom_checksum_X540() 506 if (pointer == 0xFFFF || pointer == 0 || in ixgbe_calc_eeprom_checksum_X540() 507 pointer >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540() 510 if (ixgbe_read_eerd_generic(hw, pointer, &length)) { in ixgbe_calc_eeprom_checksum_X540() 517 (pointer + length) >= hw->eeprom.word_size) in ixgbe_calc_eeprom_checksum_X540() 520 for (j = pointer + 1; j <= pointer + length; j++) { in ixgbe_calc_eeprom_checksum_X540()
|
| /dpdk/buildtools/ |
| H A D | get-numa-count.py | 23 libkernel32.GetNumaHighestNodeNumber(ctypes.pointer(numa_count))
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | cmd_line.rst | 98 It contains a pointer to a callback function that is executed when the command is parsed, 99 an opaque pointer, a help string and a list of tokens in a NULL-terminated table. 128 A pointer to this structure is given as an argument to the callback function and can be used in the…
|
| /dpdk/devtools/cocci/ |
| H A D | nullfree.cocci | 2 // Remove unnecessary NULL pointer checks before free functions
|
| /dpdk/drivers/net/bnxt/hcapi/cfa/ |
| H A D | hcapi_cfa_p4.h | 148 uint32_t pointer; member
|
| /dpdk/drivers/net/qede/base/ |
| H A D | meson.build | 45 '-Wno-pointer-bool-conversion',
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.h | 50 phys_addr_t pointer[0]; member
|
| /dpdk/examples/pipeline/examples/ |
| H A D | varbit.spec | 9 ; pointer within the input packet buffer. Once the size of the IPv4 header options is known for the
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 112 session and the private data of session. An opaque pointer can be exposed 116 pointer for the private data to the application which can be attached
|