Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/stmicro/stmmac/
H A 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()
451 struct flow_cls_offload *cls, in tc_add_basic_flow()
469 struct flow_cls_offload *cls, in tc_add_ip4_flow()
504 struct flow_cls_offload *cls, in tc_add_ports_flow()
[all …]
/linux/drivers/base/
H A 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()
233 void class_unregister(const struct class *cls) in class_unregister()
248 static void class_create_release(const struct class *cls) in class_create_release()
268 struct class *cls; in class_create() local
299 void class_destroy(const struct class *cls) in class_destroy()
574 struct class_compat *cls; in class_compat_register() local
592 void class_compat_unregister(struct class_compat *cls) in class_compat_unregister()
605 int class_compat_create_link(struct class_compat *cls, struct device *dev) in class_compat_create_link()
[all …]
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c11 static int dpaa2_switch_flower_parse_key(struct flow_cls_offload *cls, in dpaa2_switch_flower_parse_key()
494 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace_acl()
537 static int dpaa2_switch_flower_parse_mirror_key(struct flow_cls_offload *cls, in dpaa2_switch_flower_parse_mirror_key()
584 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace_mirror()
649 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace()
675 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_destroy()
698 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace_acl()
738 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace_mirror()
795 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace()
871 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_destroy()
/linux/scripts/
H A Dcontainer31 def is_present(cls): argument
111 def get_names(cls): argument
116 def get(cls, name): argument
126 def find(cls): argument
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
H A 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()
H A Dcxgb4_tc_flower.c934 struct flow_cls_offload *cls) in cxgb4_tc_flower_replace()
997 struct flow_cls_offload *cls) in cxgb4_tc_flower_destroy()
1068 struct flow_cls_offload *cls) in cxgb4_tc_flower_stats()
/linux/include/linux/
H A Ddynamic_debug.h170 #define DEFINE_DYNAMIC_DEBUG_METADATA_CLS(name, cls, fmt) \ argument
228 #define __dynamic_func_call_cls(id, cls, fmt, func, ...) do { \ argument
239 #define __dynamic_func_call_cls_no_desc(id, cls, fmt, func, ...) do { \ argument
258 #define _dynamic_func_call_cls(cls, fmt, func, ...) \ argument
268 #define _dynamic_func_call_cls_no_desc(cls, fmt, func, ...) \ argument
275 #define dynamic_pr_debug_cls(cls, fmt, ...) \ argument
303 #define __pr_debug_cls(cls, fmt, ...) do { \ argument
H A Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \ argument
43 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) \ argument
/linux/drivers/net/dsa/microchip/
H A Dksz9477_tc_flower.c159 struct flow_cls_offload *cls, in ksz9477_flower_parse_action()
216 struct flow_cls_offload *cls, bool ingress) in ksz9477_cls_flower_add()
270 struct flow_cls_offload *cls, bool ingress) in ksz9477_cls_flower_del()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c197 struct flow_cls_offload *cls, in sja1105_flower_parse_key()
347 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_add()
463 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_del()
503 struct flow_cls_offload *cls, bool ingress) in sja1105_cls_flower_stats()
/linux/tools/perf/scripts/python/
H A 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/scripts/gdb/linux/
H A Ddevice.py78 def class_for_each_device(cls): argument
170 def invoke(self, cls, name): argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_bpf.c11 int cls(struct __sk_buff *skb) in cls() function
H A Dtest_spin_lock.c56 struct cls_elem *cls; in bpf_spin_lock_test() local
/linux/tools/testing/selftests/hid/tests/
H A Dbase.py198 def debug_reports(cls, reports, uhdev=None, events=None): argument
429 def instance(cls): argument
/linux/arch/arm64/mm/
H A Ddma-mapping.c43 int cls = cache_line_size_of_cpu(); in arch_setup_dma_ops() local
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c234 otx2_tc_egress_matchall_install(struct otx2_nic * nic,struct tc_cls_matchall_offload * cls) otx2_tc_egress_matchall_install() argument
278 otx2_tc_egress_matchall_delete(struct otx2_nic * nic,struct tc_cls_matchall_offload * cls) otx2_tc_egress_matchall_delete() argument
1427 otx2_tc_ingress_matchall_install(struct otx2_nic * nic,struct tc_cls_matchall_offload * cls) otx2_tc_ingress_matchall_install() argument
1476 otx2_tc_ingress_matchall_delete(struct otx2_nic * nic,struct tc_cls_matchall_offload * cls) otx2_tc_ingress_matchall_delete() argument
[all...]
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool.py
/linux/drivers/acpi/acpica/
H A Dutids.c341 struct acpi_pnp_device_id *cls; in acpi_ut_execute_CLS() local
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c73 enum imgu_abi_param_class cls, in imgu_css_fw_pipeline_params()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c567 int mtk_flow_offload_cmd(struct mtk_eth *eth, struct flow_cls_offload *cls, in mtk_flow_offload_cmd()
595 struct flow_cls_offload *cls = type_data; in mtk_eth_setup_tc_block_cb() local
/linux/net/dsa/
H A Duser.c1369 struct tc_cls_matchall_offload *cls, in dsa_user_add_cls_matchall_mirred()
1456 struct tc_cls_matchall_offload *cls, in dsa_user_add_cls_matchall_police()
1514 struct tc_cls_matchall_offload *cls, in dsa_user_add_cls_matchall()
1544 struct tc_cls_matchall_offload *cls) in dsa_user_del_cls_matchall()
1574 struct tc_cls_matchall_offload *cls, in dsa_user_setup_tc_cls_matchall()
1592 struct flow_cls_offload *cls, in dsa_user_add_cls_flower()
1606 struct flow_cls_offload *cls, in dsa_user_del_cls_flower()
1620 struct flow_cls_offload *cls, in dsa_user_stats_cls_flower()
1634 struct flow_cls_offload *cls, in dsa_user_setup_tc_cls_flower()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c1025 struct flow_cls_offload *cls, in am65_cpsw_qos_clsflower_add_policer()
1119 struct flow_cls_offload *cls) in am65_cpsw_qos_configure_clsflower()
1144 static int am65_cpsw_qos_delete_clsflower(struct am65_cpsw_port *port, struct flow_cls_offload *cls) in am65_cpsw_qos_delete_clsflower()
/linux/drivers/hid/
H A Dhid-multitouch.c688 struct mt_class *cls = &td->mtclass; in mt_allocate_report_data() local
799 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping() local
1399 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured() local
1658 struct mt_class *cls = &td->mtclass; in mt_need_to_apply_feature() local

12