Home
last modified time | relevance | path

Searched refs:efs (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c1345 struct mvpp2_ethtool_fs *efs; in mvpp2_ethtool_cls_rule_get() local
1351 if (!efs) in mvpp2_ethtool_cls_rule_get()
1354 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc)); in mvpp2_ethtool_cls_rule_get()
1370 efs = kzalloc(sizeof(*efs), GFP_KERNEL); in mvpp2_ethtool_cls_rule_ins()
1371 if (!efs) in mvpp2_ethtool_cls_rule_ins()
1391 ret = efs->rule.flow_type; in mvpp2_ethtool_cls_rule_ins()
1416 efs->rule.flow = NULL; in mvpp2_ethtool_cls_rule_ins()
1419 port->rfs_rules[efs->rule.loc] = efs; in mvpp2_ethtool_cls_rule_ins()
1427 kfree(efs); in mvpp2_ethtool_cls_rule_ins()
1441 if (!efs) in mvpp2_ethtool_cls_rule_del()
[all …]
/linux-6.15/fs/efs/
H A DMakefile6 obj-$(CONFIG_EFS_FS) += efs.o
8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
H A DKconfig13 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
16 module will be called efs.
/linux-6.15/net/bluetooth/
H A Dl2cap_core.c3107 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3111 efs.id = chan->local_id; in l2cap_add_opt_efs()
3120 efs.id = 1; in l2cap_add_opt_efs()
3124 efs.acc_lat = 0; in l2cap_add_opt_efs()
3125 efs.flush_to = 0; in l2cap_add_opt_efs()
3416 struct l2cap_conf_efs efs; in l2cap_parse_conf_req() local
3462 if (olen != sizeof(efs)) in l2cap_parse_conf_req()
3542 sizeof(efs), in l2cap_parse_conf_req()
3590 sizeof(efs), in l2cap_parse_conf_req()
3635 struct l2cap_conf_efs efs; in l2cap_parse_conf_rsp() local
[all …]
/linux-6.15/fs/
H A DMakefile94 obj-$(CONFIG_EFS_FS) += efs/
H A DKconfig326 source "fs/efs/Kconfig"
/linux-6.15/arch/arm/boot/dts/qcom/
H A Dqcom-apq8026-asus-sparrow.dts41 modem_efs_region: modem-efs@7f00000 {
H A Dqcom-apq8026-huawei-sturgeon.dts47 modem_efs_region: modem-efs@7f00000 {
/linux-6.15/kernel/events/
H A Dcore.c255 struct event_function_struct *efs = info; in event_function() local
256 struct perf_event *event = efs->event; in event_function()
292 efs->func(event, cpuctx, ctx, efs->data); in event_function()
304 struct event_function_struct efs = { in event_function_call() local
320 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
328 if (!task_function_call(task, event_function, &efs)) in event_function_call()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsdx75.dtsi318 modem_efs_shared_mem: modem-efs-shared@87d80000 {
/linux-6.15/
H A DMAINTAINERS8610 W: http://aeschi.ch.eu.org/efs/
8611 F: fs/efs/