Searched refs:efs (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/fs/efs/ |
| H A D | Makefile | 6 obj-$(CONFIG_EFS_FS) += efs.o 8 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
|
| H A D | Kconfig | 12 about EFS see its home page at <http://aeschi.ch.eu.org/efs/>. 15 module will be called efs.
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | l2cap_core.c | 3248 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local 3252 efs.id = chan->local_id; in l2cap_add_opt_efs() 3253 efs.stype = chan->local_stype; in l2cap_add_opt_efs() 3254 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() 3255 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs() 3256 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs() 3257 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs() 3261 efs.id = 1; in l2cap_add_opt_efs() 3262 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs() 3263 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs() [all …]
|
| /OK3568_Linux_fs/buildroot/package/qcom-db410c-firmware/ |
| H A D | qcom-db410c-firmware.mk | 27 $(@D)/efs-seed/fs_image_linux.tar.gz.mbn.img \
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/powerpc/ |
| H A D | tune-ppce500.inc | 10 TARGET_FPU .= "${@bb.utils.contains('TUNE_FEATURES', [ 'ppce500' , 'spe' ], 'ppc-efs', '', d)}"
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | Makefile | 104 obj-$(CONFIG_EFS_FS) += efs/
|
| H A D | Kconfig | 274 source "fs/efs/Kconfig"
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 212 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | binutils.info | 2245 'e500', 'e500mc', 'e500mc64', 'e500x2', 'e5500', 'e6500', 'efs',
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | binutils.info | 2245 'e500', 'e500mc', 'e500mc64', 'e500x2', 'e5500', 'e6500', 'efs',
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 6452 W: http://aeschi.ch.eu.org/efs/ 6453 F: fs/efs/
|