Home
last modified time | relevance | path

Searched refs:depths (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.h150 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths, unsigned n);
H A Drte_lpm6.c1073 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths, in rte_lpm6_delete_bulk_func() argument
1080 if ((lpm == NULL) || (ips == NULL) || (depths == NULL)) in rte_lpm6_delete_bulk_func()
1085 ip6_mask_addr(masked_ip, depths[i]); in rte_lpm6_delete_bulk_func()
1086 rule_delete(lpm, masked_ip, depths[i]); in rte_lpm6_delete_bulk_func()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.h158 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths, unsigned n);
H A Drte_lpm6.c1094 uint8_t ips[][RTE_LPM6_IPV6_ADDR_SIZE], uint8_t *depths,
1101 if ((lpm == NULL) || (ips == NULL) || (depths == NULL))
1106 ip6_mask_addr(masked_ip, depths[i]);
1107 rule_delete(lpm, masked_ip, depths[i]);
/f-stack/freebsd/contrib/device-tree/Bindings/display/xlnx/
H A Dxlnx,zynqmp-dpsub.yaml38 and depths up to 4K@30 resolution.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Deventdev_pipeline.rst13 configured for various numbers worker cores, stages,queue depths and cycles per
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles.
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md122 The ZIO scheduler reports the queue depths as gauges where the value
/f-stack/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst61 whether there are other rules with bigger depths and the same key in the data structure.
/f-stack/dpdk/doc/guides/eventdevs/
H A Ddlb.rst223 depths of 32 and a load-balanced credit pool size of 4096, each port will start
H A Ddlb2.rst214 depths of 32 and a load-balanced credit pool size of 4096, each port will start
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst86 * Added independent configuration of HW Tx and Rx ring depths.