Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_tc.c29 struct tc_cls_u32_offload *cls, in tc_find_entry()
59 struct tc_cls_u32_offload *cls) in tc_fill_actions()
92 struct tc_cls_u32_offload *cls) in tc_fill_entry()
172 struct tc_cls_u32_offload *cls) in tc_unfill_entry()
189 struct tc_cls_u32_offload *cls) in tc_config_knode()
210 struct tc_cls_u32_offload *cls) in tc_delete_knode()
220 struct tc_cls_u32_offload *cls) in tc_setup_cls_u32()
459 struct flow_cls_offload *cls, in tc_add_basic_flow()
477 struct flow_cls_offload *cls, in tc_add_ip4_flow()
512 struct flow_cls_offload *cls, in tc_add_ports_flow()
[all …]
/linux-6.6.21/drivers/base/
Dclass.c129 int class_create_file_ns(const struct class *cls, const struct class_attribute *attr, in class_create_file_ns()
145 void class_remove_file_ns(const struct class *cls, const struct class_attribute *attr, in class_remove_file_ns()
178 int class_register(const struct class *cls) in class_register()
224 void class_unregister(const struct class *cls) in class_unregister()
239 static void class_create_release(const struct class *cls) in class_create_release()
259 struct class *cls; in class_create() local
290 void class_destroy(const struct class *cls) in class_destroy()
559 struct class_compat *cls; in class_compat_register() local
577 void class_compat_unregister(struct class_compat *cls) in class_compat_unregister()
591 int class_compat_create_link(struct class_compat *cls, struct device *dev, in class_compat_create_link()
[all …]
/linux-6.6.21/scripts/
Drust_is_available_test.py27 def generate_executable(cls, content): argument
37 def generate_clang(cls, stdout): argument
47 def generate_rustc(cls, stdout): argument
57 def generate_bindgen(cls, version_stdout, libclang_stderr): argument
67 def generate_bindgen_version(cls, stdout): argument
71 def generate_bindgen_libclang(cls, stderr): argument
75 def setUpClass(cls): argument
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c11 static int dpaa2_switch_flower_parse_key(struct flow_cls_offload *cls, in dpaa2_switch_flower_parse_key()
491 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace_acl()
534 static int dpaa2_switch_flower_parse_mirror_key(struct flow_cls_offload *cls, in dpaa2_switch_flower_parse_mirror_key()
578 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace_mirror()
643 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace()
669 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_destroy()
692 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace_acl()
732 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace_mirror()
789 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace()
865 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_destroy()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c46 struct tc_cls_u32_offload *cls, in fill_match_fields()
92 struct tc_cls_u32_offload *cls) in fill_action_fields()
149 int cxgb4_config_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_config_knode()
352 int cxgb4_delete_knode(struct net_device *dev, struct tc_cls_u32_offload *cls) in cxgb4_delete_knode()
Dcxgb4_tc_matchall.c52 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_egress_validate()
165 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_alloc_tc()
240 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_mirror_alloc()
300 struct tc_cls_matchall_offload *cls, in cxgb4_matchall_add_filter()
348 struct tc_cls_matchall_offload *cls) in cxgb4_matchall_alloc_filter()
Dcxgb4_tc_flower.c927 struct flow_cls_offload *cls) in cxgb4_tc_flower_replace()
990 struct flow_cls_offload *cls) in cxgb4_tc_flower_destroy()
1061 struct flow_cls_offload *cls) in cxgb4_tc_flower_stats()
/linux-6.6.21/include/linux/
Ddynamic_debug.h163 #define DEFINE_DYNAMIC_DEBUG_METADATA_CLS(name, cls, fmt) \ argument
221 #define __dynamic_func_call_cls(id, cls, fmt, func, ...) do { \ argument
230 #define __dynamic_func_call_cls_no_desc(id, cls, fmt, func, ...) do { \ argument
247 #define _dynamic_func_call_cls(cls, fmt, func, ...) \ argument
257 #define _dynamic_func_call_cls_no_desc(cls, fmt, func, ...) \ argument
264 #define dynamic_pr_debug_cls(cls, fmt, ...) \ argument
292 #define __pr_debug_cls(cls, fmt, ...) do { \ argument
Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
43 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument
/linux-6.6.21/drivers/net/dsa/sja1105/
Dsja1105_flower.c197 struct flow_cls_offload *cls, in sja1105_flower_parse_key()
344 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_add()
460 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_del()
500 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_stats()
/linux-6.6.21/tools/perf/scripts/python/
Dcompaction-times.py114 def add_filter(cls, filter): argument
118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument
132 def increment_pending(cls, pid, migrated, fscan, mscan): argument
141 def complete_pending(cls, pid, secs, nsecs): argument
150 def gen(cls): argument
156 def str(cls): argument
/linux-6.6.21/scripts/gdb/linux/
Ddevice.py78 def class_for_each_device(cls): argument
170 def invoke(self, cls, name): argument
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_tc_bpf.c11 int cls(struct __sk_buff *skb) in cls() function
Dtest_spin_lock.c56 struct cls_elem *cls; in bpf_spin_lock_test() local
/linux-6.6.21/tools/testing/selftests/hid/tests/
Dbase.py172 def debug_reports(cls, reports, uhdev=None, events=None): argument
342 def instance(cls): argument
/linux-6.6.21/arch/arm64/mm/
Ddma-mapping.c52 int cls = cache_line_size_of_cpu(); in arch_setup_dma_ops() local
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c229 struct tc_cls_matchall_offload *cls) in otx2_tc_egress_matchall_install()
273 struct tc_cls_matchall_offload *cls) in otx2_tc_egress_matchall_delete()
1213 struct tc_cls_matchall_offload *cls) in otx2_tc_ingress_matchall_install()
1262 struct tc_cls_matchall_offload *cls) in otx2_tc_ingress_matchall_delete()
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_bpftool.py68 def setUpClass(cls): argument
/linux-6.6.21/drivers/acpi/acpica/
Dutids.c341 struct acpi_pnp_device_id *cls; in acpi_ut_execute_CLS() local
Dnsxfname.c234 struct acpi_pnp_device_id *cls = NULL; in acpi_get_object_info() local
/linux-6.6.21/drivers/staging/media/ipu3/
Dipu3-css-fw.c73 enum imgu_abi_param_class cls, in imgu_css_fw_pipeline_params()
/linux-6.6.21/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c527 int mtk_flow_offload_cmd(struct mtk_eth *eth, struct flow_cls_offload *cls, in mtk_flow_offload_cmd()
555 struct flow_cls_offload *cls = type_data; in mtk_eth_setup_tc_block_cb() local
/linux-6.6.21/drivers/net/ethernet/ti/
Dam65-cpsw-qos.c616 struct flow_cls_offload *cls, in am65_cpsw_qos_clsflower_add_policer()
707 struct flow_cls_offload *cls) in am65_cpsw_qos_configure_clsflower()
732 static int am65_cpsw_qos_delete_clsflower(struct am65_cpsw_port *port, struct flow_cls_offload *cls) in am65_cpsw_qos_delete_clsflower()
Dcpsw_priv.c1388 struct flow_cls_offload *cls, in cpsw_qos_clsflower_add_policer()
1480 static int cpsw_qos_configure_clsflower(struct cpsw_priv *priv, struct flow_cls_offload *cls) in cpsw_qos_configure_clsflower()
1504 static int cpsw_qos_delete_clsflower(struct cpsw_priv *priv, struct flow_cls_offload *cls) in cpsw_qos_delete_clsflower()
/linux-6.6.21/net/dsa/
Dslave.c1380 struct tc_cls_matchall_offload *cls, in dsa_slave_add_cls_matchall_mirred()
1434 struct tc_cls_matchall_offload *cls, in dsa_slave_add_cls_matchall_police()
1494 struct tc_cls_matchall_offload *cls, in dsa_slave_add_cls_matchall()
1511 struct tc_cls_matchall_offload *cls) in dsa_slave_del_cls_matchall()
1541 struct tc_cls_matchall_offload *cls, in dsa_slave_setup_tc_cls_matchall()
1559 struct flow_cls_offload *cls, in dsa_slave_add_cls_flower()
1573 struct flow_cls_offload *cls, in dsa_slave_del_cls_flower()
1587 struct flow_cls_offload *cls, in dsa_slave_stats_cls_flower()
1601 struct flow_cls_offload *cls, in dsa_slave_setup_tc_cls_flower()

12