Searched refs:efs (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_cls.c | 1339 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-v6.1/fs/efs/ |
D | Makefile | 6 obj-$(CONFIG_EFS_FS) += efs.o 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
D | Kconfig | 12 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>. 15 module will be called efs.
|
/Linux-v6.1/net/bluetooth/ |
D | l2cap_core.c | 3252 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local 3256 efs.id = chan->local_id; in l2cap_add_opt_efs() 3257 efs.stype = chan->local_stype; in l2cap_add_opt_efs() 3258 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() 3259 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs() 3260 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs() 3261 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs() 3265 efs.id = 1; in l2cap_add_opt_efs() 3266 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs() 3267 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() [all …]
|
/Linux-v6.1/fs/ |
D | Makefile | 105 obj-$(CONFIG_EFS_FS) += efs/
|
D | Kconfig | 304 source "fs/efs/Kconfig"
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | qcom-apq8026-asus-sparrow.dts | 41 modem_efs_region: modem-efs@7f00000 {
|
/Linux-v6.1/kernel/events/ |
D | core.c | 217 struct event_function_struct *efs = info; in event_function() local 218 struct perf_event *event = efs->event; in event_function() 254 efs->func(event, cpuctx, ctx, efs->data); in event_function() 265 struct event_function_struct efs = { in event_function_call() local 281 cpu_function_call(event->cpu, event_function, &efs); in event_function_call() 289 if (!task_function_call(task, event_function, &efs)) in event_function_call()
|
/Linux-v6.1/ |
D | MAINTAINERS | 7544 W: http://aeschi.ch.eu.org/efs/ 7545 F: fs/efs/
|