Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c1339 struct mvpp2_ethtool_fs *efs; in mvpp2_ethtool_cls_rule_get() local
1344 efs = port->rfs_rules[rxnfc->fs.location]; in mvpp2_ethtool_cls_rule_get()
1345 if (!efs) in mvpp2_ethtool_cls_rule_get()
1348 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc)); in mvpp2_ethtool_cls_rule_get()
1358 struct mvpp2_ethtool_fs *efs, *old_efs; in mvpp2_ethtool_cls_rule_ins() local
1364 efs = kzalloc(sizeof(*efs), GFP_KERNEL); in mvpp2_ethtool_cls_rule_ins()
1365 if (!efs) in mvpp2_ethtool_cls_rule_ins()
1382 efs->rule.flow = ethtool_rule->rule; in mvpp2_ethtool_cls_rule_ins()
1383 efs->rule.flow_type = mvpp2_cls_ethtool_flow_to_type(info->fs.flow_type); in mvpp2_ethtool_cls_rule_ins()
1384 if (efs->rule.flow_type < 0) { in mvpp2_ethtool_cls_rule_ins()
[all …]
/Linux-v5.10/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.10/net/bluetooth/
Dl2cap_core.c3212 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3216 efs.id = chan->local_id; in l2cap_add_opt_efs()
3217 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3218 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3219 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
3220 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
3221 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
3225 efs.id = 1; in l2cap_add_opt_efs()
3226 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3227 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]
/Linux-v5.10/fs/
DMakefile104 obj-$(CONFIG_EFS_FS) += efs/
DKconfig273 source "fs/efs/Kconfig"
/Linux-v5.10/kernel/events/
Dcore.c212 struct event_function_struct *efs = info; in event_function() local
213 struct perf_event *event = efs->event; in event_function()
249 efs->func(event, cpuctx, ctx, efs->data); in event_function()
260 struct event_function_struct efs = { in event_function_call() local
276 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
284 if (!task_function_call(task, event_function, &efs)) in event_function_call()
/Linux-v5.10/
DMAINTAINERS6452 W: http://aeschi.ch.eu.org/efs/
6453 F: fs/efs/