Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c1345 struct mvpp2_ethtool_fs *efs; in mvpp2_ethtool_cls_rule_get() local
1350 efs = port->rfs_rules[rxnfc->fs.location]; in mvpp2_ethtool_cls_rule_get()
1351 if (!efs) in mvpp2_ethtool_cls_rule_get()
1354 memcpy(rxnfc, &efs->rxnfc, sizeof(efs->rxnfc)); in mvpp2_ethtool_cls_rule_get()
1364 struct mvpp2_ethtool_fs *efs, *old_efs; in mvpp2_ethtool_cls_rule_ins() local
1370 efs = kzalloc(sizeof(*efs), GFP_KERNEL); in mvpp2_ethtool_cls_rule_ins()
1371 if (!efs) in mvpp2_ethtool_cls_rule_ins()
1388 efs->rule.flow = ethtool_rule->rule; in mvpp2_ethtool_cls_rule_ins()
1389 efs->rule.flow_type = mvpp2_cls_ethtool_flow_to_type(info->fs.flow_type); in mvpp2_ethtool_cls_rule_ins()
1390 if (efs->rule.flow_type < 0) { in mvpp2_ethtool_cls_rule_ins()
[all …]
/linux-6.6.21/fs/efs/
DMakefile6 obj-$(CONFIG_EFS_FS) += efs.o
8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
DKconfig13 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
16 module will be called efs.
/linux-6.6.21/net/bluetooth/
Dl2cap_core.c3224 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3228 efs.id = chan->local_id; in l2cap_add_opt_efs()
3229 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3230 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3231 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
3232 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
3233 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
3237 efs.id = 1; in l2cap_add_opt_efs()
3238 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3239 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]
/linux-6.6.21/fs/
DMakefile97 obj-$(CONFIG_EFS_FS) += efs/
DKconfig316 source "fs/efs/Kconfig"
/linux-6.6.21/arch/arm/boot/dts/qcom/
Dqcom-apq8026-asus-sparrow.dts41 modem_efs_region: modem-efs@7f00000 {
Dqcom-apq8026-huawei-sturgeon.dts47 modem_efs_region: modem-efs@7f00000 {
/linux-6.6.21/arch/arm64/boot/dts/qcom/
Dsdx75.dtsi300 modem_efs_shared_mem: modem-efs-shared@87d80000 {
/linux-6.6.21/kernel/events/
Dcore.c219 struct event_function_struct *efs = info; in event_function() local
220 struct perf_event *event = efs->event; in event_function()
256 efs->func(event, cpuctx, ctx, efs->data); in event_function()
267 struct event_function_struct efs = { in event_function_call() local
283 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
291 if (!task_function_call(task, event_function, &efs)) in event_function_call()
/linux-6.6.21/
DMAINTAINERS7631 W: http://aeschi.ch.eu.org/efs/
7632 F: fs/efs/