Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/mvpp2/
H A 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/fs/efs/
H A DMakefile6 obj-$(CONFIG_EFS_FS) += efs.o
8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
H A DKconfig13 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
16 module will be called efs.
/linux/net/bluetooth/
H A Dl2cap_core.c3107 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3111 efs.id = chan->local_id; in l2cap_add_opt_efs()
3112 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3113 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3114 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
3115 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
3116 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
3120 efs.id = 1; in l2cap_add_opt_efs()
3121 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3122 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]
/linux/fs/
H A DMakefile95 obj-$(CONFIG_EFS_FS) += efs/
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8026-asus-sparrow.dts41 modem_efs_region: modem-efs@7f00000 {
H A Dqcom-apq8026-huawei-sturgeon.dts47 modem_efs_region: modem-efs@7f00000 {
/linux/kernel/events/
H A Dcore.c268 struct event_function_struct *efs = info; in event_function() local
269 struct perf_event *event = efs->event; in event_function()
305 efs->func(event, cpuctx, ctx, efs->data); in event_function()
317 struct event_function_struct efs = { in event_function_call() local
333 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
341 if (!task_function_call(task, event_function, &efs)) in event_function_call()
/linux/arch/arm64/boot/dts/qcom/
H A Dsdx75.dtsi318 modem_efs_shared_mem: modem-efs-shared@87d80000 {
/linux/
H A DMAINTAINERS8927 W: http://aeschi.ch.eu.org/efs/
8928 F: fs/efs/