Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 78) sorted by relevance

1234

/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst21 * 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 Dbpf_lib.rst35 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 Dtoeplitz_hash_lib.rst31 * 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 Dasan.rst59 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 Dmulti_proc_support.rst180 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 Dgeneric_segmentation_offload_lib.rst68 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 Dipsec_lib.rst159 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 Dmember_lib.rst279 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 Denv_abstraction_layer.rst362 * 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 Dmeson.build6 if cc.has_argument('-Wno-pointer-to-int-cast')
7 cflags += '-Wno-pointer-to-int-cast'
/dpdk/drivers/dma/dpaa/
H A Dmeson.build12 if cc.has_argument('-Wno-pointer-arith')
13 cflags += '-Wno-pointer-arith'
/dpdk/drivers/net/pfe/
H A Dmeson.build17 if cc.has_argument('-Wno-pointer-arith')
18 cflags += '-Wno-pointer-arith'
/dpdk/drivers/net/dpaa/
H A Dmeson.build19 if cc.has_argument('-Wno-pointer-arith')
20 cflags += '-Wno-pointer-arith'
/dpdk/drivers/common/dpaax/
H A Dmeson.build16 if cc.has_argument('-Wno-pointer-arith')
17 cflags += '-Wno-pointer-arith'
/dpdk/drivers/net/hinic/base/
H A Dmeson.build21 extra_flags += ['-Wno-int-to-pointer-cast', '-Wno-pointer-to-int-cast']
/dpdk/drivers/bus/dpaa/
H A Dmeson.build27 if cc.has_argument('-Wno-pointer-arith')
28 cflags += '-Wno-pointer-arith'
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c471 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 Dget-numa-count.py23 libkernel32.GetNumaHighestNodeNumber(ctypes.pointer(numa_count))
/dpdk/doc/guides/sample_app_ug/
H A Dcmd_line.rst98 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 Dnullfree.cocci2 // Remove unnecessary NULL pointer checks before free functions
/dpdk/drivers/net/bnxt/hcapi/cfa/
H A Dhcapi_cfa_p4.h148 uint32_t pointer; member
/dpdk/drivers/net/qede/base/
H A Dmeson.build45 '-Wno-pointer-bool-conversion',
/dpdk/drivers/compress/qat/
H A Dqat_comp.h50 phys_addr_t pointer[0]; member
/dpdk/examples/pipeline/examples/
H A Dvarbit.spec9 ; 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 Ddeprecation.rst112 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

1234