| /kernel/linux/linux-5.10/Documentation/admin-guide/aoe/ |
| D | aoe.rst | 100 e4.0 eth1 up 101 e4.1 eth1 up 102 e4.2 eth1 up 103 e4.3 eth1 up 104 e4.4 eth1 up 105 e4.5 eth1 up 106 e4.6 eth1 up 107 e4.7 eth1 up 108 e4.8 eth1 up 109 e4.9 eth1 up
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/aoe/ |
| D | aoe.rst | 100 e4.0 eth1 up 101 e4.1 eth1 up 102 e4.2 eth1 up 103 e4.3 eth1 up 104 e4.4 eth1 up 105 e4.5 eth1 up 106 e4.6 eth1 up 107 e4.7 eth1 up 108 e4.8 eth1 up 109 e4.9 eth1 up
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| D | tests.json | 80 …ilter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:1… 82 …ilter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:1… 101 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a… 120 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a… 123 "matchPattern": " dst_mac e4:11:22:11:4a:51",
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| D | tests.json | 80 …ilter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:1… 82 …ilter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:1… 101 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a… 120 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a… 123 "matchPattern": " dst_mac e4:11:22:11:4a:51",
|
| /kernel/linux/linux-6.6/scripts/coccinelle/misc/ |
| D | array_size_dup.cocci | 93 expression as3.E1, as3.E2, as3.E3, E4; 99 ... when != \(subE1\|subE2\|subE3\) aop E4 123 expression as3.E1, as3.E2, as3.E3, E4; 129 ... when != \(subE1\|subE2\|subE3\) aop E4 157 expression ss.E1, ss.E2, ss.E3, E4; 163 ... when != subE3 aop E4 185 expression ss.E1, ss.E2, ss.E3, E4; 191 ... when != subE3 aop E4
|
| /kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
| D | array_size_dup.cocci | 93 expression as3.E1, as3.E2, as3.E3, E4; 99 ... when != \(subE1\|subE2\|subE3\) aop E4 123 expression as3.E1, as3.E2, as3.E3, E4; 129 ... when != \(subE1\|subE2\|subE3\) aop E4 157 expression ss.E1, ss.E2, ss.E3, E4; 163 ... when != subE3 aop E4 185 expression ss.E1, ss.E2, ss.E3, E4; 191 ... when != subE3 aop E4
|
| /kernel/linux/linux-6.6/scripts/coccinelle/api/alloc/ |
| D | zalloc-simple.cocci | 50 expression E1,E2,E3,E4; 82 - x = kmem_cache_alloc(E3,E4); 83 + x = kmem_cache_zalloc(E3,E4); 85 - x = (T *)kmem_cache_alloc(E3,E4); 86 + x = kmem_cache_zalloc(E3,E4); 88 - x = (T)kmem_cache_alloc(E3,E4); 89 + x = (T)kmem_cache_zalloc(E3,E4); 133 expression E1,E2,E3,E4; 136 x = (T)dma_alloc_coherent(E1, E2, E3, E4); 207 expression E1,E2,E3,E4; [all …]
|
| /kernel/linux/linux-5.10/scripts/coccinelle/api/alloc/ |
| D | zalloc-simple.cocci | 50 expression E1,E2,E3,E4; 82 - x = kmem_cache_alloc(E3,E4); 83 + x = kmem_cache_zalloc(E3,E4); 85 - x = (T *)kmem_cache_alloc(E3,E4); 86 + x = kmem_cache_zalloc(E3,E4); 88 - x = (T)kmem_cache_alloc(E3,E4); 89 + x = (T)kmem_cache_zalloc(E3,E4); 133 expression E1,E2,E3,E4; 136 x = (T)dma_alloc_coherent(E1, E2, E3, E4); 207 expression E1,E2,E3,E4; [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | align.c | 42 #define E4 0x40 /* SPE endianness is word */ macro 49 { 8, LD+E4 }, /* 0 00 01: evldw[x] */ 60 { 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */ 66 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */ 77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */ 79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */ 232 case E4: in emulate_spe()
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | align.c | 42 #define E4 0x40 /* SPE endianness is word */ macro 49 { 8, LD+E4 }, /* 0 00 01: evldw[x] */ 60 { 4, LD+E4 }, /* 0 11 00: evlwwsplat[x] */ 66 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */ 77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */ 79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */ 237 case E4: in emulate_spe()
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/txx9/ |
| D | tx3927.h | 62 #define endian_def_b4(e1, e2, e3, e4) \ argument 63 volatile unsigned char e1, e2, e3, e4 71 #define endian_def_b4(e1, e2, e3, e4) \ argument 72 volatile unsigned char e4, e3, e2, e1
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
| D | tdc_batch.py | 104 src_mac = "e4:11:{:02x}:{}".format(mac_prefix, mac) 105 dst_mac = "e4:12:00:" + mac
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
| D | tdc_batch.py | 104 src_mac = "e4:11:{:02x}:{}".format(mac_prefix, mac) 105 dst_mac = "e4:12:00:" + mac
|
| /kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
| D | pinctrl-mtk-common-v2.c | 800 /* 4mA when (e8, e4) = (0, 0) in mtk_pinconf_drive_set() 801 * 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_set() 802 * 12mA when (e8, e4) = (1, 0) in mtk_pinconf_drive_set() 803 * 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_set() 838 /* 4mA when (e8, e4) = (0, 0); 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_get() 839 * 12mA when (e8, e4) = (1, 0); 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_get()
|
| /kernel/linux/linux-6.6/include/acpi/ |
| D | acuuid.h | 32 #define UUID_NVDIMM_ROOT_DEVICE "2f10e7a4-9e91-11e4-89d3-123b93f75cba" 42 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
|
| /kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
| D | pinctrl-mtk-common-v2.c | 978 /* 4mA when (e8, e4) = (0, 0) in mtk_pinconf_drive_set() 979 * 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_set() 980 * 12mA when (e8, e4) = (1, 0) in mtk_pinconf_drive_set() 981 * 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_set() 1016 /* 4mA when (e8, e4) = (0, 0); 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_get() 1017 * 12mA when (e8, e4) = (1, 0); 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_get()
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| D | tracepoints.rst | 59 …1 318.582243: mlx5_esw_bridge_fdb_entry_init: net_device=enp8s0f0_0 addr=e4:fd:05:08:00:02 vid=0… 66 … 318.629871: mlx5_esw_bridge_fdb_entry_cleanup: net_device=enp8s0f0_1 addr=e4:fd:05:08:00:03 vid=0… 74 … 466716: mlx5_esw_bridge_fdb_entry_refresh: net_device=enp8s0f0_0 addr=e4:fd:05:08:00:02 vid=3…
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | aes-tab-4k.S | 48 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b) 116 .long R(48, 24, 24, 6c), R(b8, 5c, 5c, e4) 120 .long R(d3, e4, e4, 37), R(f2, 79, 79, 8b) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 248 .long R(2c, 3a, 9d, e4), R(50, 78, 92, 0d) 269 .long R(cc, aa, 4d, 54), R(e4, 96, 04, df) 289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
|
| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| D | aes-tab-4k.S | 48 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b) 116 .long R(48, 24, 24, 6c), R(b8, 5c, 5c, e4) 120 .long R(d3, e4, e4, 37), R(f2, 79, 79, 8b) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 248 .long R(2c, 3a, 9d, e4), R(50, 78, 92, 0d) 269 .long R(cc, aa, 4d, 54), R(e4, 96, 04, df) 289 .long R(d8, b4, e4, 9c), R(64, 56, c1, 90)
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | iters.c | 207 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop() 209 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop() 211 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop() 213 bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1); in iter_manual_unroll_loop() 250 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops() 252 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops() 254 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops() 256 bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1); in iter_multiple_sequential_loops()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/hisilicon/ |
| D | low-pin-count.yaml | 55 ipmi0: bt@e4 {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/hisilicon/ |
| D | low-pin-count.yaml | 55 ipmi0: bt@e4 {
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nft_compat.c | 53 struct ipt_entry e4; member 144 entry->e4.ip.proto = proto; in nft_target_set_tgchk_param() 145 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_target_set_tgchk_param() 419 entry->e4.ip.proto = proto; in nft_match_set_mtchk_param() 420 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nft_compat.c | 54 struct ipt_entry e4; member 152 entry->e4.ip.proto = proto; in nft_target_set_tgchk_param() 153 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_target_set_tgchk_param() 453 entry->e4.ip.proto = proto; in nft_match_set_mtchk_param() 454 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
|
| /kernel/linux/linux-6.6/drivers/acpi/nfit/ |
| D | nfit.h | 17 #define UUID_NFIT_BUS "2f10e7a4-9e91-11e4-89d3-123b93f75cba" 20 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
|