Home
last modified time | relevance | path

Searched refs:filters (Results 1 – 25 of 52) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in434 def skip_line(vals, filters):
439 if len(filters) == 0:
443 if key in filters:
452 def print_dict(d, filters, noheader):
458 if not skip_line(v, filters):
500 def buffers_print_all(filehandle, filters, noheader):
517 if not skip_line(vals, filters):
536 filters = dict()
599 if f[0] in filters:
611 filters[f[0]] = f[1]
[all …]
/f-stack/freebsd/contrib/libsodium/builds/
H A DMakefile.am33 msvc/vs2010/libsodium/libsodium.vcxproj.filters \
40 msvc/vs2012/libsodium/libsodium.vcxproj.filters \
47 msvc/vs2013/libsodium/libsodium.vcxproj.filters \
54 msvc/vs2015/libsodium/libsodium.vcxproj.filters \
61 msvc/vs2017/libsodium/libsodium.vcxproj.filters \
/f-stack/freebsd/contrib/xz-embedded/
H A DREADME24 filters:
32 filters:
42 If you want only one or a few of the BCJ filters, omit the appropriate
44 code shared between all BCJ filters.
125 If you want support for one or more BCJ filters, you need to copy also
141 architectures. That's why Itanium and SPARC filters work for both big
146 ARM or ARM-Thumb. Implementing filters for them can be considered if
147 there is a need for such filters in real-world applications.
/f-stack/freebsd/contrib/libsodium/
H A DMakefile.am7 libsodium.vcxproj.filters \
H A D.gitignore50 libsodium-*.vcproj.filters
52 libsodium-*.vcxproj.filters
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_flow.c1633 efx_filter_spec_t *spec = &spec_filter->filters[0]; in sfc_flow_filter_remove()
1834 spec_filter->filters[i].efs_match_flags |= in sfc_flow_set_unknown_dst_flags()
1907 spec_filter->filters[i].efs_match_flags |= in sfc_flow_set_ethertypes()
1914 spec_filter->filters[i].efs_ether_type = in sfc_flow_set_ethertypes()
1950 spec_filter->filters[i].efs_match_flags |= in sfc_flow_set_outer_vid_flag()
1953 spec_filter->filters[i].efs_outer_vid = 0; in sfc_flow_set_outer_vid_flag()
1994 spec_filter->filters[i].efs_match_flags |= in sfc_flow_set_ifrm_unknown_dst_flags()
2159 spec_filter->filters[i] = in sfc_flow_spec_add_match_flag()
2160 spec_filter->filters[i - spec_filter->count]; in sfc_flow_spec_add_match_flag()
2350 ip_proto = spec_filter->filters[i].efs_ip_proto; in sfc_flow_is_match_flags_exception()
[all …]
H A Dsfc_flow.h55 efx_filter_spec_t filters[SF_FLOW_SPEC_NB_FILTERS_MAX]; member
/f-stack/freebsd/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt9 algorithm (filter) is LZMA2. Additional filters can be used to improve
10 compression ratio even further. E.g. Branch/Call/Jump (BCJ) filters
14 the LZMA2 filter and optionally also BCJ filters. CRC32 is supported
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_common.c5838 buff_len = filter_count * sizeof(*filters); in i40e_aq_add_cloud_filters()
5844 i40e_fix_up_geneve_vni(filters, filter_count); in i40e_aq_add_cloud_filters()
5878 buff_len = filter_count * sizeof(*filters); in i40e_aq_add_cloud_filters_bb()
5934 buff_len = filter_count * sizeof(*filters); in i40e_aq_rem_cloud_filters()
5940 i40e_fix_up_geneve_vni(filters, filter_count); in i40e_aq_rem_cloud_filters()
5974 buff_len = filter_count * sizeof(*filters); in i40e_aq_rem_cloud_filters_bb()
6035 cmd->old_filter_type = filters->old_filter_type; in i40e_aq_replace_cloud_filters()
6036 cmd->new_filter_type = filters->new_filter_type; in i40e_aq_replace_cloud_filters()
6037 cmd->valid_flags = filters->valid_flags; in i40e_aq_replace_cloud_filters()
6038 cmd->tr_bit = filters->tr_bit; in i40e_aq_replace_cloud_filters()
[all …]
H A Di40e_prototype.h396 struct i40e_aqc_cloud_filters_element_bb *filters,
400 struct i40e_aqc_cloud_filters_element_data *filters,
404 struct i40e_aqc_cloud_filters_element_data *filters,
408 struct i40e_aqc_cloud_filters_element_bb *filters,
413 struct i40e_aqc_replace_cloud_filters_cmd *filters,
/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A DKconfig5 LZMA2 compression algorithm and BCJ filters are supported using
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dfsl,easrc.yaml50 description: The coefficient table for the filters
/f-stack/tools/libxo/doc/
H A Dxopo.rst5 The `xopo` utility filters ".pot" files generated by the
/f-stack/freebsd/contrib/device-tree/Bindings/iio/imu/
H A Dinvensense,icm42600.yaml22 pedometer, along with programmable digital filters, and an embedded
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dst,stm32-dfsdm-adc.yaml21 up to 4 filters on stm32h7 or 6 filters on stm32mp1.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbpf_lib.rst15 Also it introduces basic framework to load/unload BPF-based filters
H A Dmember_lib.rst147 vBF basically composes multiple bloom filters into a vector of bloom filers.
149 bloom filters concurrently to determine which set(s) it belongs to or none of
151 used to address multiple bloom filters concurrently and the bloom filter
170 filters with sequential lookup of each BF. However, being able to concurrently
172 parallelism is realized by the implementation of checking all bloom filters
297 sets needed to initialize the vector bloom filters. This number is equal to the
298 number of bloom filters will be created.
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c152 static const char * const filters[] = { in eal_clean_runtime_dir() local
185 for (f_idx = 0; f_idx < RTE_DIM(filters); f_idx++) { in eal_clean_runtime_dir()
186 const char *filter = filters[f_idx]; in eal_clean_runtime_dir()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c567 query->filters[0].flags = (set ? BNX2X_VF_Q_FILTER_SET_MAC : 0) | in bnx2x_vf_set_mac()
572 rte_memcpy(query->filters[0].mac, sc->link_params.mac_addr, ETH_ALEN); in bnx2x_vf_set_mac()
588 rte_memcpy(query->filters[0].mac, sc->pf2vf_bulletin->mac, in bnx2x_vf_set_mac()
H A Dbnx2x_vfpf.h231 struct vf_q_mac_vlan_filter filters[VF_MAX_FILTERS]; member
/f-stack/dpdk/doc/guides/howto/
H A Dflow_bifurcation.rst57 In order to define the filters strictly with flow rules,
/f-stack/dpdk/doc/guides/nics/
H A Denic.rst225 - **1300 and later series VICS with advanced filters disabled**
227 With advanced filters disabled, an IPv4 or IPv6 item must be specified
236 - **1300 and later series VICS with advanced filters enabled**
443 - The number of filters that can be specified with the Generic Flow API is
445 a loop to determine how many filters your VIC will support (not more than
448 'catch-all' filters should be added last.
H A Digc.rst71 The Flow Director filters includes the following types:
H A Dcxgbe.rst33 - Flow API - Support for both Wildcard (LE-TCAM) and Exact (HASH) match filters.
137 filters.
144 for LETCAM filters.
309 to configure a filter mode combination for HASH (exact-match) filters.
/f-stack/freebsd/contrib/openzfs/etc/zfs/
H A Dzfs-functions.in337 # first parameter is a regular expression that filters mtab
382 # first parameter is a regular expression that filters fstab

123