Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_mcdi.c196 size_t pfxsize, size_t position) in sfc_efx_mcdi_do_log() argument
204 if (position + word_str_space >= in sfc_efx_mcdi_do_log()
209 buffer[position] = '\0'; in sfc_efx_mcdi_do_log()
212 position = pfxsize; in sfc_efx_mcdi_do_log()
214 position += snprintf(buffer + position, in sfc_efx_mcdi_do_log()
215 SFC_MCDI_LOG_BUF_SIZE - position, in sfc_efx_mcdi_do_log()
219 return position; in sfc_efx_mcdi_do_log()
/dpdk/drivers/net/hns3/
H A Dhns3_rss.h74 uint32_t position; in fls() local
80 for (i = (x >> 1), position = 0; i != 0; ++position) in fls()
83 return position + 1; in fls()
/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst40 …then the position of the entry is returned, otherwise (i.e., lookup miss) a negative value is retu…
53 readers continue to use the position even after the entry is deleted.
61 mirrors the hash in terms of number of entries and position of each entry,
103 …g is set. The application should free the position after all the readers have stopped referencing …
150 If signature was stored there, we compare its key against the one provided and return the position
161 and the key to be added is inserted in its position.
178 the position of the key is not freed. It is the responsibility of the user to free the position aft…
179 …ot referencing the position anymore. User can configure integrated RCU QSBR or use external RCU me…
287 * Delete flow: Delete the flow key from the hash. If the returned position is valid,
291 …t till the readers are not referencing the position returned during add/delete flow and then free …
[all …]
H A Dlpm_lib.rst140 Hence, in this case, we copy the exact same entry to every position indexed by one of these combina…
H A Dlpm6_lib.rst152 Hence, in this case, we copy the exact same entry to every position indexed by one of these combina…
H A Dtraffic_management.rst65 level/position in the tree. The SP algorithm is used to schedule between
H A Dpacket_classif_access_ctrl.rst68 …A zero-based value that represents the position of the field inside the rule; 0 to N-1 for N field…
H A Drte_flow.rst226 position in the list is usually not relevant.
/dpdk/drivers/common/sfc_efx/base/
H A Defx_pci.c67 size_t position; in efx_pci_config_find_next_ext_cap() local
75 position = *offsetp; in efx_pci_config_find_next_ext_cap()
78 rc = efx_pci_config_next_ext_cap(espcp, epop, &position); in efx_pci_config_find_next_ext_cap()
86 rc = epop->epo_config_readd(espcp, position + in efx_pci_config_find_next_ext_cap()
96 *offsetp = position; in efx_pci_config_find_next_ext_cap()
H A Def10_nvram.c833 __in uint32_t *position, in byte_offset() argument
836 return (uint32_t)((uint8_t *)position - (uint8_t *)base); in byte_offset()
/dpdk/lib/reorder/
H A Drte_reorder.c317 uint32_t offset, position; in rte_reorder_insert() local
360 position = (order_buf->head + offset) & order_buf->mask; in rte_reorder_insert()
361 order_buf->entries[position] = mbuf; in rte_reorder_insert()
370 position = (order_buf->head + offset) & order_buf->mask; in rte_reorder_insert()
371 order_buf->entries[position] = mbuf; in rte_reorder_insert()
/dpdk/lib/hash/
H A Drte_hash.h403 rte_hash_get_key_with_position(const struct rte_hash *h, const int32_t position,
430 const int32_t position);
H A Drte_cuckoo_hash.c1802 k = (struct rte_hash_key *) ((char *) keys + (position + 1) * in rte_hash_get_key_with_position()
1806 if (position != in rte_hash_get_key_with_position()
1817 const int32_t position) in rte_hash_free_key_with_position() argument
1820 uint32_t key_idx = position + 1; in rte_hash_free_key_with_position()
1832 uint32_t index = h->ext_bkt_to_free[position]; in rte_hash_free_key_with_position()
1837 h->ext_bkt_to_free[position] = 0; in rte_hash_free_key_with_position()
2472 uint32_t bucket_idx, idx, position; in rte_hash_iterate() local
2502 position * h->key_entry_size); in rte_hash_iterate()
2512 return position - 1; in rte_hash_iterate()
2533 position * h->key_entry_size); in rte_hash_iterate()
[all …]
/dpdk/doc/guides/tools/
H A Dtestregex.rst35 * Matching results (rule id, position, length), for each job.
37 * Matching results in absolute location (rule id, position , length),
H A Dcryptoperf.rst129 so each item in this list will be the weight of the packet size on the same position
/dpdk/drivers/net/dpaa/fmlib/
H A Dncsw_ext.h145 uint8_t position,
H A Dfm_port_ext.h1404 uint8_t position,
/dpdk/drivers/net/enic/base/
H A Dvnic_devcmd.h888 uint16_t position; /* lower position comes first */ member
/dpdk/doc/guides/nics/
H A Dcnxk.rst196 position of the rightmost set bit. If the mask is 0x7c and shift direction
198 where n is the absolute position of leftmost set bit.
/dpdk/doc/guides/contributing/
H A Dabi_versioning.rst382 this code in a position of no longer having a symbol simply named