Searched refs:efs (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| A D | mvpp2_cls.c | 1345 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/fs/efs/ |
| A D | Makefile | 6 obj-$(CONFIG_EFS_FS) += efs.o 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
| A D | Kconfig | 13 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>. 16 module will be called efs.
|
| /linux/net/bluetooth/ |
| A D | l2cap_core.c | 3075 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local 3079 efs.id = chan->local_id; in l2cap_add_opt_efs() 3088 efs.id = 1; in l2cap_add_opt_efs() 3092 efs.acc_lat = 0; in l2cap_add_opt_efs() 3093 efs.flush_to = 0; in l2cap_add_opt_efs() 3384 struct l2cap_conf_efs efs; in l2cap_parse_conf_req() local 3430 if (olen != sizeof(efs)) in l2cap_parse_conf_req() 3510 sizeof(efs), in l2cap_parse_conf_req() 3558 sizeof(efs), in l2cap_parse_conf_req() 3603 struct l2cap_conf_efs efs; in l2cap_parse_conf_rsp() local [all …]
|
| /linux/fs/ |
| A D | Makefile | 96 obj-$(CONFIG_EFS_FS) += efs/
|
| A D | Kconfig | 326 source "fs/efs/Kconfig"
|
| /linux/arch/arm/boot/dts/qcom/ |
| A D | qcom-apq8026-asus-sparrow.dts | 41 modem_efs_region: modem-efs@7f00000 {
|
| A D | qcom-apq8026-huawei-sturgeon.dts | 47 modem_efs_region: modem-efs@7f00000 {
|
| /linux/kernel/events/ |
| A D | core.c | 254 struct event_function_struct *efs = info; in event_function() local 255 struct perf_event *event = efs->event; in event_function() 291 efs->func(event, cpuctx, ctx, efs->data); in event_function() 303 struct event_function_struct efs = { in event_function_call() local 319 cpu_function_call(event->cpu, event_function, &efs); in event_function_call() 327 if (!task_function_call(task, event_function, &efs)) in event_function_call()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | sdx75.dtsi | 318 modem_efs_shared_mem: modem-efs-shared@87d80000 {
|
| /linux/ |
| A D | MAINTAINERS | 8265 W: http://aeschi.ch.eu.org/efs/ 8266 F: fs/efs/
|
Completed in 654 milliseconds