Home
last modified time | relevance | path

Searched refs:collision (Results 1 – 10 of 10) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dtoeplitz_hash_lib.rst103 ensure a collision.
114 hash value to produce a collision for.
134 collision generation task requires only the ``log2(RETA_SZ)`` bits in the
147 could be altered to produce a hash collision. On success it writes a specially
255 collision. This is shown in the code below.
H A Dip_fragment_reassembly_lib.rst59 When the collision occurs and all 2 \* <bucket_entries> are occupied,
H A Defd_lib.rst100 because of hash collision) stored in this index and corresponding values
H A Drte_flow.rst3480 - ``EEXIST``: collision with an existing rule. Only returned if device
3481 supports flow rule collision checking and there was a flow rule
3482 collision. Not receiving this return code is no guarantee that creating
3483 the rule will not fail due to a collision.
/dpdk/lib/ethdev/
H A Drte_eth_ctrl.h476 uint32_t collision; /**< Number of filters with collision. */ member
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c1348 info->collision = (uint16_t)((reg & IXGBE_FDIRFREE_COLL_MASK) >> in ixgbe_fdir_stats_get()
1372 fdir_stats->collision = info->collision; in ixgbe_fdir_stats_get()
H A Dixgbe_ethdev.h201 uint16_t collision; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.h121 uint16_t collision; member
/dpdk/doc/guides/nics/
H A Di40e.rst435 collision: 0 free: 0
/dpdk/app/test-pmd/
H A Dconfig.c5809 fdir_stat.collision, fdir_stat.free, in fdir_get_infos()