Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_cls.c1339 struct mvpp2_ethtool_fs *efs; in mvpp2_ethtool_cls_rule_get() local
1345 if (!efs) in mvpp2_ethtool_cls_rule_get()
1348 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc)); in mvpp2_ethtool_cls_rule_get()
1364 efs = kzalloc(sizeof(*efs), GFP_KERNEL); in mvpp2_ethtool_cls_rule_ins()
1365 if (!efs) in mvpp2_ethtool_cls_rule_ins()
1385 ret = efs->rule.flow_type; in mvpp2_ethtool_cls_rule_ins()
1410 efs->rule.flow = NULL; in mvpp2_ethtool_cls_rule_ins()
1413 port->rfs_rules[efs->rule.loc] = efs; in mvpp2_ethtool_cls_rule_ins()
1421 kfree(efs); in mvpp2_ethtool_cls_rule_ins()
1435 if (!efs) in mvpp2_ethtool_cls_rule_del()
[all …]
/linux/fs/efs/
A DMakefile6 obj-$(CONFIG_EFS_FS) += efs.o
8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
A DKconfig12 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
15 module will be called efs.
/linux/net/bluetooth/
A Dl2cap_core.c3220 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3224 efs.id = chan->local_id; in l2cap_add_opt_efs()
3233 efs.id = 1; in l2cap_add_opt_efs()
3237 efs.acc_lat = 0; in l2cap_add_opt_efs()
3238 efs.flush_to = 0; in l2cap_add_opt_efs()
3571 struct l2cap_conf_efs efs; in l2cap_parse_conf_req() local
3617 if (olen != sizeof(efs)) in l2cap_parse_conf_req()
3703 sizeof(efs), in l2cap_parse_conf_req()
3750 sizeof(efs), in l2cap_parse_conf_req()
3795 struct l2cap_conf_efs efs; in l2cap_parse_conf_rsp() local
[all …]
/linux/fs/
A DMakefile106 obj-$(CONFIG_EFS_FS) += efs/
A DKconfig297 source "fs/efs/Kconfig"
/linux/kernel/events/
A Dcore.c216 struct event_function_struct *efs = info; in event_function() local
217 struct perf_event *event = efs->event; in event_function()
253 efs->func(event, cpuctx, ctx, efs->data); in event_function()
264 struct event_function_struct efs = { in event_function_call() local
280 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
288 if (!task_function_call(task, event_function, &efs)) in event_function_call()
/linux/include/config/
A Dauto.conf.cmd87 fs/efs/Kconfig \
/linux/
A DMAINTAINERS6983 W: http://aeschi.ch.eu.org/efs/
6984 F: fs/efs/

Completed in 65 milliseconds