Searched refs:match (Results 126 - 150 of 1154) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1031 "masked priority match not supported for hairpin");
2104 "Partial match of tunnel options in chain > 0 isn't supported");
2106 "Partial match of tunnel options in chain > 0 isn't supported");
2123 skb_flow_dissector_target(__rule->match.dissector,\
2125 __rule->match.key),\
2244 struct flow_match_basic *match, bool outer,
2255 if (ip_version_cap && match->mask->n_proto == htons(0xFFFF) &&
2256 (match->key->n_proto == htons(ETH_P_IP) ||
2257 match->key->n_proto == htons(ETH_P_IPV6))) {
2260 match
2243 mlx5e_tc_set_ethertype(struct mlx5_core_dev *mdev, struct flow_match_basic *match, bool outer, void *headers_c, void *headers_v) argument
2323 struct flow_match_ip match; local
2522 struct flow_match_meta match; local
2662 struct flow_match_basic match; local
2676 struct flow_match_vlan match; local
2737 struct flow_match_vlan match; local
2777 struct flow_match_eth_addrs match; local
2800 struct flow_match_control match; local
2826 struct flow_match_basic match; local
2841 struct flow_match_ipv4_addrs match; local
2862 struct flow_match_ipv6_addrs match; local
2885 struct flow_match_ip match; local
2920 struct flow_match_ports match; local
2960 struct flow_match_tcp match; local
2972 struct flow_match_icmp match; local
[all...]
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c48 switch (le16_to_cpu(ac->match)) {
135 switch (le16_to_cpu(ac->match)) {
195 if (le16_to_cpu(f->cmd.match) != IONIC_RX_FILTER_MATCH_VLAN)
215 if (le16_to_cpu(f->cmd.match) != IONIC_RX_FILTER_MATCH_MAC)
234 if (le16_to_cpu(f->cmd.match) != IONIC_RX_FILTER_STEER_PKTCLASS)
245 switch (le16_to_cpu(ac->match)) {
251 netdev_err(lif->netdev, "unsupported filter match %d",
252 le16_to_cpu(ac->match));
271 .match = cpu_to_le16(IONIC_RX_FILTER_MATCH_MAC),
343 switch (le16_to_cpu(ctx.cmd.rx_filter_add.match)) {
[all...]
/linux-master/arch/sparc/kernel/
H A Dof_device_common.h29 int (*match)(struct device_node *parent); member in struct:of_bus
/linux-master/net/bridge/netfilter/
H A Debt_pkttype.c38 .match = ebt_pkttype_mt,
56 MODULE_DESCRIPTION("Ebtables: Link layer packet type match");
/linux-master/net/netfilter/
H A Dxt_realm.c18 MODULE_DESCRIPTION("Xtables: Routing realm match");
32 .match = realm_mt,
H A Dxt_cpu.c2 /* Kernel module to match running CPU */
20 MODULE_DESCRIPTION("Xtables: CPU match");
45 .match = cpu_mt,
H A Dnft_set_pipapo.h78 #define nft_pipapo_for_each_field(field, index, match) \
79 for ((field) = (match)->f, (index) = 0; \
80 (index) < (match)->field_count; \
155 * @match: Currently in-use matching data
162 struct nft_pipapo_match __rcu *match; member in struct:nft_pipapo
/linux-master/include/uapi/linux/netfilter/
H A Dxt_policy.h63 struct xt_policy_spec match; member in struct:xt_policy_elem
/linux-master/Documentation/trace/postprocess/
H A Ddecode_msr.py11 m = re.match(r'#define (MSR_\w+)\s+(0x[0-9a-fA-F]+)', j)
/linux-master/drivers/i2c/busses/
H A Di2c-pca-isa.c111 int match = base != 0; local
113 if (match) {
119 return match;
176 .match = pca_isa_match,
/linux-master/fs/isofs/
H A Dnamei.c55 int de_len, match, i, dlen; local
130 match = 0;
137 match = (isofs_cmp(dentry, dpnt, dlen) == 0);
139 if (match) {
/linux-master/include/linux/fpga/
H A Dfpga-region.h57 int (*match)(struct device *, const void *));
/linux-master/drivers/input/misc/
H A Dtps65218-pwrbutton.c86 const struct of_device_id *match; local
90 match = of_match_node(of_tps6521x_pb_match, dev->of_node);
91 if (!match)
98 pwr->data = match->data;
/linux-master/drivers/i2c/
H A Di2c-core-of.c125 * a string to match which may be compatible with the device
127 * of_match_device() will not match
149 const struct of_device_id *match; local
154 match = of_match_device(matches, &client->dev);
155 if (match)
156 return match;
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_i2c.c101 const void *match; local
112 match = device_get_match_data(&client->dev);
113 if (match) {
114 chip_type = (uintptr_t)match;
/linux-master/drivers/acpi/
H A Dacpi_platform.c116 const struct acpi_device_id *match; local
126 match = acpi_match_acpi_device(forbidden_id_list, adev);
127 if (match) {
128 if (match->driver_data & ACPI_ALLOW_WO_RESOURCES) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c242 struct flow_match_ipv4_addrs match; local
244 flow_rule_match_ipv4_addrs(rule, &match);
245 tuple->ip.src_v4 = match.key->src;
246 tuple->ip.dst_v4 = match.key->dst;
248 struct flow_match_ipv6_addrs match; local
250 flow_rule_match_ipv6_addrs(rule, &match);
251 tuple->ip.src_v6 = match.key->src;
252 tuple->ip.dst_v6 = match.key->dst;
258 struct flow_match_ports match; local
260 flow_rule_match_ports(rule, &match);
378 struct flow_match_basic match; local
392 struct flow_match_control match; local
399 struct flow_match_ipv4_addrs match; local
417 struct flow_match_ipv6_addrs match; local
436 struct flow_match_ports match; local
469 struct flow_match_tcp match; local
479 struct flow_match_meta match; local
1441 struct flow_match_ct match; local
[all...]
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c37 const struct of_device_id *match; local
42 cpg = of_find_matching_node_and_match(NULL, cpg_matches, &match);
46 if (match->data)
47 idx = of_property_match_string(cpg, "clock-names", match->data);
/linux-master/drivers/memory/
H A Dpl353-smc.c75 const struct of_device_id *match = NULL; local
112 match = of_match_node(pl353_smc_supported_children, child);
113 if (!match) {
119 if (!match) {
/linux-master/drivers/remoteproc/
H A Dqcom_wcnss_iris.c115 const struct of_device_id *match; local
147 match = of_match_device(iris_of_match, &iris->dev);
148 if (!match) {
154 data = match->data;
/linux-master/arch/alpha/lib/
H A Dev67-strchr.S56 or t2, t3, t0 # E : bits set iff char match or zero match
59 cttz t0, a2 # U0 : speculative (in case we get a match)
76 cttz t3, a2 # U0 : speculative (in case we get a match)
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c264 struct flow_match_meta match; local
266 flow_rule_match_meta(rule, &match);
272 struct flow_match_control match; local
274 flow_rule_match_control(rule, &match);
275 addr_type = match.key->addr_type;
281 struct flow_match_basic match; local
283 flow_rule_match_basic(rule, &match);
284 l4proto = match.key->ip_proto;
293 struct flow_match_eth_addrs match; local
295 flow_rule_match_eth_addrs(rule, &match);
303 struct flow_match_vlan match; local
[all...]
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-glk-match.c3 * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
/linux-master/sound/soc/sof/intel/
H A Dpci-lnl.c14 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/vfio/mdev/
H A Dmdev_driver.c37 * No drivers automatically match. Drivers are only bound by explicit
47 .match = mdev_match,

Completed in 412 milliseconds

1234567891011>>