Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c1333 struct mvpp2_ethtool_fs *efs; in mvpp2_ethtool_cls_rule_get() local
1338 efs = port->rfs_rules[rxnfc->fs.location]; in mvpp2_ethtool_cls_rule_get()
1339 if (!efs) in mvpp2_ethtool_cls_rule_get()
1342 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc)); in mvpp2_ethtool_cls_rule_get()
1352 struct mvpp2_ethtool_fs *efs, *old_efs; in mvpp2_ethtool_cls_rule_ins() local
1358 efs = kzalloc(sizeof(*efs), GFP_KERNEL); in mvpp2_ethtool_cls_rule_ins()
1359 if (!efs) in mvpp2_ethtool_cls_rule_ins()
1376 efs->rule.flow = ethtool_rule->rule; in mvpp2_ethtool_cls_rule_ins()
1377 efs->rule.flow_type = mvpp2_cls_ethtool_flow_to_type(info->fs.flow_type); in mvpp2_ethtool_cls_rule_ins()
1378 if (efs->rule.flow_type < 0) { in mvpp2_ethtool_cls_rule_ins()
[all …]
/Linux-v5.4/fs/efs/
DMakefile6 obj-$(CONFIG_EFS_FS) += efs.o
8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
DKconfig12 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
15 module will be called efs.
/Linux-v5.4/net/bluetooth/
Dl2cap_core.c3057 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3061 efs.id = chan->local_id; in l2cap_add_opt_efs()
3062 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3063 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3064 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
3065 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
3066 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
3070 efs.id = 1; in l2cap_add_opt_efs()
3071 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3072 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]
/Linux-v5.4/fs/
DMakefile102 obj-$(CONFIG_EFS_FS) += efs/
DKconfig250 source "fs/efs/Kconfig"
/Linux-v5.4/kernel/events/
Dcore.c204 struct event_function_struct *efs = info; in event_function() local
205 struct perf_event *event = efs->event; in event_function()
241 efs->func(event, cpuctx, ctx, efs->data); in event_function()
252 struct event_function_struct efs = { in event_function_call() local
268 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
276 if (!task_function_call(task, event_function, &efs)) in event_function_call()
/Linux-v5.4/
DMAINTAINERS6025 W: http://aeschi.ch.eu.org/efs/
6027 F: fs/efs/