Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dmatch.c30 struct flow_match_vlan match; in nfp_flower_compile_tci() local
100 struct flow_match_eth_addrs match; in nfp_flower_compile_mac() local
123 struct flow_match_mpls match; in nfp_flower_compile_mpls() local
158 struct flow_match_basic match; in nfp_flower_compile_mpls() local
191 struct flow_match_ports match; in nfp_flower_compile_tport() local
206 struct flow_match_basic match; in nfp_flower_compile_ip_ext() local
214 struct flow_match_ip match; in nfp_flower_compile_ip_ext() local
225 struct flow_match_tcp match; in nfp_flower_compile_ip_ext() local
258 struct flow_match_control match; in nfp_flower_compile_ip_ext() local
310 struct flow_match_vlan match; in nfp_flower_compile_vlan() local
[all …]
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_flower.c54 struct flow_match_meta match; in prestera_flower_parse_meta() local
122 struct flow_match_control match; in prestera_flower_parse() local
129 struct flow_match_basic match; in prestera_flower_parse() local
162 struct flow_match_eth_addrs match; in prestera_flower_parse() local
190 struct flow_match_ipv4_addrs match; in prestera_flower_parse() local
216 struct flow_match_ports match; in prestera_flower_parse() local
245 struct flow_match_vlan match; in prestera_flower_parse() local
269 struct flow_match_icmp match; in prestera_flower_parse() local
/linux/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c774 struct flow_match_ipv4_addrs match; in ice_parse_tunnel_attr() local
781 struct flow_match_ipv6_addrs match; in ice_parse_tunnel_attr() local
789 struct flow_match_ip match; in ice_parse_tunnel_attr() local
800 struct flow_match_ports match; in ice_parse_tunnel_attr() local
876 struct flow_match_basic match; in ice_parse_cls_flower() local
896 struct flow_match_eth_addrs match; in ice_parse_cls_flower() local
921 struct flow_match_vlan match; in ice_parse_cls_flower() local
950 struct flow_match_control match; in ice_parse_cls_flower() local
958 struct flow_match_ipv4_addrs match; in ice_parse_cls_flower() local
966 struct flow_match_ipv6_addrs match; in ice_parse_cls_flower() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_flower.c246 struct flow_match_meta match; in mlxsw_sp_flower_parse_meta() local
285 struct flow_match_ipv4_addrs match; in mlxsw_sp_flower_parse_ipv4() local
300 struct flow_match_ipv6_addrs match; in mlxsw_sp_flower_parse_ipv6() local
336 struct flow_match_ports match; in mlxsw_sp_flower_parse_ports() local
363 struct flow_match_tcp match; in mlxsw_sp_flower_parse_tcp() local
394 struct flow_match_ip match; in mlxsw_sp_flower_parse_ip() local
457 struct flow_match_control match; in mlxsw_sp_flower_parse() local
464 struct flow_match_basic match; in mlxsw_sp_flower_parse() local
486 struct flow_match_eth_addrs match; in mlxsw_sp_flower_parse() local
508 struct flow_match_vlan match; in mlxsw_sp_flower_parse() local
A Dspectrum_dpipe.c102 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_erif_matches_dump() local
112 mlxsw_sp_erif_match_action_prepare(struct devlink_dpipe_match *match, in mlxsw_sp_erif_match_action_prepare()
126 struct devlink_dpipe_match *match, in mlxsw_sp_erif_entry_prepare()
197 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_erif_entries_dump() local
313 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_host_matches_dump() local
372 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_host_match_action_prepare() local
409 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_host_entry_prepare() local
862 struct devlink_dpipe_match match = {0}; in mlxsw_sp_dpipe_table_adj_matches_dump() local
939 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_adj_match_action_prepare() local
976 struct devlink_dpipe_match *match; in mlxsw_sp_dpipe_table_adj_entry_prepare() local
/linux/Documentation/sphinx/
A Dcdomain.py60 def markup_namespace(match): argument
71 def markup_macro(match): argument
80 def markup_ctype(match): argument
88 def markup_ctype_refs(match): argument
95 def markup_c_expr(match): argument
A Dautomarkup.py127 def markup_func_ref_sphinx3(docname, app, match): argument
170 def markup_c_ref(docname, app, match): argument
232 def markup_doc_ref(docname, app, match): argument
/linux/drivers/regulator/
A Ddevres.c216 struct regulator_supply_alias_match *match = res; in devm_regulator_match_supply_alias() local
224 struct regulator_supply_alias_match *match = res; in devm_regulator_destroy_supply_alias() local
246 struct regulator_supply_alias_match *match; in devm_regulator_register_supply_alias() local
273 struct regulator_supply_alias_match match; in devm_regulator_unregister_supply_alias() local
343 struct regulator_notifier_match *match = res; in devm_regulator_match_notifier() local
351 struct regulator_notifier_match *match = res; in devm_regulator_destroy_notifier() local
369 struct regulator_notifier_match *match; in devm_regulator_register_notifier() local
407 struct regulator_notifier_match match; in devm_regulator_unregister_notifier() local
A Dmt6359-regulator.c41 #define MT6359_BUCK(match, _name, min, max, step, \ argument
72 #define MT6359_LDO_LINEAR(match, _name, min, max, step, \ argument
95 #define MT6359_LDO(match, _name, _volt_table, \ argument
119 #define MT6359_REG_FIXED(match, _name, _enable_reg, \ argument
139 #define MT6359P_LDO1(match, _name, _ops, _volt_table, \ argument
A Dmt6358-regulator.c37 #define MT6358_BUCK(match, vreg, min, max, step, \ argument
65 #define MT6358_LDO(match, vreg, ldo_volt_table, \ argument
89 #define MT6358_LDO1(match, vreg, min, max, step, \ argument
114 #define MT6358_REG_FIXED(match, vreg, \ argument
A Dmt6323-regulator.c39 #define MT6323_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \ argument
63 #define MT6323_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \ argument
85 #define MT6323_REG_FIXED(match, vreg, enreg, enbit, volt, \ argument
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_flower.c169 struct flow_match_control match; in cxgb4_process_flow_match() local
180 struct flow_match_basic match; in cxgb4_process_flow_match() local
202 struct flow_match_ipv4_addrs match; in cxgb4_process_flow_match() local
217 struct flow_match_ipv6_addrs match; in cxgb4_process_flow_match() local
238 struct flow_match_ports match; in cxgb4_process_flow_match() local
252 struct flow_match_ip match; in cxgb4_process_flow_match() local
260 struct flow_match_enc_keyid match; in cxgb4_process_flow_match() local
272 struct flow_match_vlan match; in cxgb4_process_flow_match() local
330 struct flow_match_basic match; in cxgb4_validate_flow_match() local
339 struct flow_match_ip match; in cxgb4_validate_flow_match() local
/linux/drivers/net/ethernet/mscc/
A Docelot_flower.c436 struct flow_match_meta match; in ocelot_flower_parse_indev() local
510 struct flow_match_control match; in ocelot_flower_parse_key() local
516 struct flow_match_eth_addrs match; in ocelot_flower_parse_key() local
558 struct flow_match_basic match; in ocelot_flower_parse_key() local
593 struct flow_match_ipv4_addrs match; in ocelot_flower_parse_key() local
630 struct flow_match_ports match; in ocelot_flower_parse_key() local
647 struct flow_match_vlan match; in ocelot_flower_parse_key() local
/linux/net/openvswitch/
A Dflow_netlink.c91 static void update_range(struct sw_flow_match *match, in update_range()
116 #define SW_FLOW_KEY_PUT(match, field, value, is_mask) \ argument
522 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr()
573 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr()
629 struct sw_flow_match *match, bool is_mask, in erspan_tun_opt_from_nlattr()
656 struct sw_flow_match *match, bool is_mask, in ip_tun_from_nlattr()
1377 struct sw_flow_match *match, bool is_mask, in nsh_key_put_from_nlattr()
1931 struct sw_flow_match match; in ovs_nla_get_flow_metadata() local
2590 void ovs_match_init(struct sw_flow_match *match, in ovs_match_init()
2639 struct sw_flow_match match; in validate_and_copy_set_tun() local
[all …]
/linux/drivers/base/
A Dcomponent.c66 struct component_match *match; member
90 struct component_match *match = m->match; in component_devices_show() local
179 struct component_match *match = master->match; in find_components() local
292 struct component_match *match = res; in devm_component_match_release() local
305 static int component_match_realloc(struct component_match *match, size_t num) in component_match_realloc()
334 struct component_match *match = *matchptr; in __component_match_add() local
429 struct component_match *match = master->match; in free_master() local
460 struct component_match *match) in component_master_add_with_match()
/linux/arch/x86/kernel/cpu/
A Dmatch.c37 const struct x86_cpu_id *x86_match_cpu(const struct x86_cpu_id *match) in x86_match_cpu()
63 x86_match_cpu_with_stepping(const struct x86_cpu_desc *match) in x86_match_cpu_with_stepping()
/linux/drivers/tty/serial/
A Dearlycon.c132 static int __init register_earlycon(char *buf, const struct earlycon_id *match) in register_earlycon()
178 const struct earlycon_id *match; in setup_earlycon() local
246 int __init of_setup_earlycon(const struct earlycon_id *match, in of_setup_earlycon()
/linux/drivers/firmware/efi/
A Dvars.c36 validate_device_path(efi_char16_t *var_name, int match, u8 *buffer, in validate_device_path()
69 validate_boot_order(efi_char16_t *var_name, int match, u8 *buffer, in validate_boot_order()
80 validate_load_option(efi_char16_t *var_name, int match, u8 *buffer, in validate_load_option()
131 validate_uint16(efi_char16_t *var_name, int match, u8 *buffer, in validate_uint16()
142 validate_ascii_string(efi_char16_t *var_name, int match, u8 *buffer, in validate_ascii_string()
209 int *match) in variable_matches()
254 int match = 0; in efivar_validate() local
278 int match = 0; in efivar_variable_is_removable() local
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch-flower.c37 struct flow_match_basic match; in dpaa2_switch_flower_parse_key() local
47 struct flow_match_eth_addrs match; in dpaa2_switch_flower_parse_key() local
57 struct flow_match_vlan match; in dpaa2_switch_flower_parse_key() local
72 struct flow_match_ipv4_addrs match; in dpaa2_switch_flower_parse_key() local
82 struct flow_match_ports match; in dpaa2_switch_flower_parse_key() local
92 struct flow_match_ip match; in dpaa2_switch_flower_parse_key() local
546 struct flow_match_vlan match; in dpaa2_switch_flower_parse_mirror_key() local
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_tc.c423 struct flow_match_basic match; in otx2_tc_prepare_flow() local
459 struct flow_match_eth_addrs match; in otx2_tc_prepare_flow() local
476 struct flow_match_ip match; in otx2_tc_prepare_flow() local
494 struct flow_match_vlan match; in otx2_tc_prepare_flow() local
523 struct flow_match_ipv4_addrs match; in otx2_tc_prepare_flow() local
535 struct flow_match_ipv6_addrs match; in otx2_tc_prepare_flow() local
568 struct flow_match_ports match; in otx2_tc_prepare_flow() local
/linux/net/netfilter/
A Dnft_compat.c373 struct xt_match *match = expr->ops->data; in __nft_match_eval() local
422 struct xt_match *match, void *info, in nft_match_set_mtchk_param()
477 struct xt_match *match = expr->ops->data; in __nft_match_init() local
529 struct xt_match *match = expr->ops->data; in __nft_match_destroy() local
561 struct xt_match *match = expr->ops->data; in __nft_match_dump() local
591 struct xt_match *match = expr->ops->data; in nft_match_validate() local
739 struct xt_match *match; in nft_match_select_ops() local
797 struct xt_match *match = ops->data; in nft_match_release_ops() local
/linux/drivers/gpu/drm/sun4i/
A Dsun4i_drv.c184 const struct of_device_id *match; in sun4i_drv_node_is_tcon_with_ch0() local
298 struct component_match **match, in sun4i_drv_add_endpoints()
371 struct component_match *match = NULL; in sun4i_drv_probe() local
/linux/drivers/gpu/drm/meson/
A Dmeson_drv.c177 const struct meson_drm_match_data *match; in meson_drv_bind_master() local
439 struct component_match **match, in meson_probe_remote()
482 struct component_match *match = NULL; in meson_drv_probe() local
/linux/drivers/cpufreq/
A Dsun50i-cpufreq-nvmem.c174 const struct of_device_id *match; in sun50i_cpufreq_match_node() local
191 const struct of_device_id *match; in sun50i_cpufreq_init() local
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_tc.c384 struct flow_match_basic match; in bnxt_tc_parse_flow() local
398 struct flow_match_eth_addrs match; in bnxt_tc_parse_flow() local
409 struct flow_match_vlan match; in bnxt_tc_parse_flow() local
424 struct flow_match_ipv4_addrs match; in bnxt_tc_parse_flow() local
433 struct flow_match_ipv6_addrs match; in bnxt_tc_parse_flow() local
444 struct flow_match_ports match; in bnxt_tc_parse_flow() local
455 struct flow_match_icmp match; in bnxt_tc_parse_flow() local
466 struct flow_match_ipv4_addrs match; in bnxt_tc_parse_flow() local
480 struct flow_match_enc_keyid match; in bnxt_tc_parse_flow() local
489 struct flow_match_ports match; in bnxt_tc_parse_flow() local

Completed in 77 milliseconds

12345678910>>...30