Home
last modified time | relevance | path

Searched full:e4 (Results 1 – 25 of 81) sorted by relevance

1234

/linux/Documentation/admin-guide/aoe/
H A Daoe.rst100 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
/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci93 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
/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dflower.json226 …ilter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:1…
228 …ilter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:1…
247 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a…
266 …"cmdUnderTest": "$TC filter add dev $DEV2 protocol ip pref 1 ingress flower dst_mac e4:11:22:11:4a…
269 "matchPattern": " dst_mac e4:11:22:11:4a:51",
/linux/scripts/coccinelle/api/alloc/
H A Dzalloc-simple.cocci50 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 …]
/linux/arch/powerpc/kernel/
H A Dalign.c42 #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()
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py104 src_mac = "e4:11:{:02x}:{}".format(mac_prefix, mac)
105 dst_mac = "e4:12:00:" + mac
/linux/include/acpi/
H A Dacuuid.h32 #define UUID_NVDIMM_ROOT_DEVICE "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
42 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S48 .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)
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c1039 /* 4mA when (e8, e4) = (0, 0) in mtk_pinconf_drive_set()
1040 * 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_set()
1041 * 12mA when (e8, e4) = (1, 0) in mtk_pinconf_drive_set()
1042 * 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_set()
1077 /* 4mA when (e8, e4) = (0, 0); 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_get()
1078 * 12mA when (e8, e4) = (1, 0); 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_get()
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst59 …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…
/linux/net/netfilter/
H A Dnft_compat.c54 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()
452 entry->e4.ip.proto = proto; in nft_match_set_mtchk_param()
453 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
/linux/drivers/acpi/nfit/
H A Dnfit.h17 #define UUID_NFIT_BUS "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
20 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
/linux/Documentation/devicetree/bindings/arm/hisilicon/
H A Dlow-pin-count.yaml55 ipmi0: bt@e4 {
/linux/Documentation/devicetree/bindings/nvmem/
H A Dst,stm32-romem.yaml67 mac_addr@e4 {
/linux/tools/testing/selftests/bpf/progs/
H A Diters.c206 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop()
208 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop()
210 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_manual_unroll_loop()
212 bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1); in iter_manual_unroll_loop()
249 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops()
251 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops()
253 bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1); in iter_multiple_sequential_loops()
255 bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1); in iter_multiple_sequential_loops()
/linux/Documentation/i2c/busses/
H A Di2c-nforce2.rst9 * nForce3 250Gb MCP 10de:00E4
/linux/Documentation/hwmon/
H A Daht10.rst16 …Chinese: http://www.aosong.com/userfiles/files/media/AHT10%E4%BA%A7%E5%93%81%E6%89%8B%E5%86%8C%20A…
/linux/Documentation/arch/x86/
H A Dzero-page.rst35 1E4/004 ALL scratch Scratch field for the kernel setup code
/linux/arch/m68k/ifpsp060/
H A Ditest.sa219 dc.l $ffc061ff,$000041be,$4a0066ff,$000041e4
862 dc.l $44fc0000,$48eeffff,$ff804c3b,$340240e4
868 dc.l $340242e4,$42eeff7e,$48ee7fff,$ffc02d7c
873 dc.l $ff804c3b,$340244e4,$42eeff7e,$48ee7fff
878 dc.l $48ee7fff,$ff804c3b,$340246e4,$42eeff7e
883 dc.l $44fc0000,$48ee7fff,$ff804c3b,$340248e4
922 dc.l $340240e4,$42eeff7e,$48eeffff,$ffc02d7c
927 dc.l $ff804c3b,$340242e4,$42eeff7e,$48eeffff
932 dc.l $48eeffff,$ff804c3b,$340244e4,$42eeff7e
937 dc.l $44fc0000,$48eeffff,$ff804c3b,$340246e4
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt75 local-mac-address = [a2 14 e4 4b 56 76];
/linux/lib/
H A Dpolynomial.c39 * 17204e2) / 1e4
H A Dbch.c669 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
675 e4 = poly->c[4]; in find_poly_deg4_roots()
676 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
677 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
678 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
679 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
/linux/arch/m68k/fpsp040/
H A Dbindec.S791 | | 0 | e3 | e2 | e1 | e4 | X | X | X |
794 | And are moved into their proper places in FP_SCR1. If digit e4
870 bfins %d0,FP_SCR1(%a6){#16:#4} |put e4 in FP_SCR1
871 tstb %d0 |check if e4 is zero
/linux/drivers/gpu/drm/exynos/
H A Dregs-scaler.h63 * 8 e0 e4 e8 ec 1c0 1c4 1c8 1cc
71 * 2 100 104 1e0 1e4
/linux/drivers/input/serio/
H A Dct82c710.c144 outb_p(0x1b, 0x2fa); /* Inverse of e4 */ in ct82c710_detect()

1234