Home
last modified time | relevance | path

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

12345

/linux-6.14.4/Documentation/admin-guide/aoe/
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-6.14.4/scripts/coccinelle/misc/
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-6.14.4/tools/testing/selftests/tc-testing/tc-tests/filters/
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-6.14.4/scripts/coccinelle/api/alloc/
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-6.14.4/arch/powerpc/kernel/
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-6.14.4/tools/testing/selftests/tc-testing/
Dtdc_batch.py104 src_mac = "e4:11:{:02x}:{}".format(mac_prefix, mac)
105 dst_mac = "e4:12:00:" + mac
/linux-6.14.4/include/acpi/
Dacuuid.h32 #define UUID_NVDIMM_ROOT_DEVICE "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
42 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
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-6.14.4/arch/powerpc/crypto/
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-6.14.4/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common-v2.c1011 /* 4mA when (e8, e4) = (0, 0) in mtk_pinconf_drive_set()
1012 * 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_set()
1013 * 12mA when (e8, e4) = (1, 0) in mtk_pinconf_drive_set()
1014 * 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_set()
1049 /* 4mA when (e8, e4) = (0, 0); 8mA when (e8, e4) = (0, 1) in mtk_pinconf_drive_get()
1050 * 12mA when (e8, e4) = (1, 0); 16mA when (e8, e4) = (1, 1) in mtk_pinconf_drive_get()
/linux-6.14.4/tools/testing/selftests/bpf/progs/
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-6.14.4/net/netfilter/
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-6.14.4/drivers/acpi/nfit/
Dnfit.h17 #define UUID_NFIT_BUS "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
20 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
/linux-6.14.4/Documentation/devicetree/bindings/arm/hisilicon/
Dlow-pin-count.yaml55 ipmi0: bt@e4 {
/linux-6.14.4/Documentation/devicetree/bindings/nvmem/
Dst,stm32-romem.yaml67 mac_addr@e4 {
/linux-6.14.4/Documentation/i2c/busses/
Di2c-nforce2.rst9 * nForce3 250Gb MCP 10de:00E4
/linux-6.14.4/Documentation/hwmon/
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-6.14.4/arch/arm64/boot/dts/ti/
Dk3-am62p-main.dtsi55 audio_refclk1: clock-controller@82e4 {
/linux-6.14.4/Documentation/arch/x86/
Dzero-page.rst35 1E4/004 ALL scratch Scratch field for the kernel setup code
/linux-6.14.4/arch/m68k/ifpsp060/
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-6.14.4/Documentation/devicetree/bindings/net/
Dhisilicon-hns-nic.txt75 local-mac-address = [a2 14 e4 4b 56 76];
/linux-6.14.4/drivers/usb/atm/
Dueagle-atm.c101 struct cmv_dsc_e4 e4; member
477 #define e4_bSwapPageNo u.e4.s1.swapinfo.bSwapPageNo
513 union intr_data_e4 e4; member
1186 sc->cmv_dsc.e4.function = function | (0x1 << 4); in uea_cmv_e4()
1187 sc->cmv_dsc.e4.offset = offset; in uea_cmv_e4()
1188 sc->cmv_dsc.e4.address = address; in uea_cmv_e4()
1189 sc->cmv_dsc.e4.group = group; in uea_cmv_e4()
1849 sc->cmv_dsc.e4.function = E4_MAKEFUNCTION(E4_ADSLDIRECTIVE, in uea_start_reset()
2027 struct cmv_dsc_e4 *dsc = &sc->cmv_dsc.e4; in uea_dispatch_cmv_e4()
2028 struct cmv_e4 *cmv = &intr->u.e4.s2.cmv; in uea_dispatch_cmv_e4()
/linux-6.14.4/lib/
Dpolynomial.c39 * 17204e2) / 1e4
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-6.14.4/drivers/media/usb/dvb-usb-v2/
Danysee.c427 * IOA=4d IOB=00 IOC=cc IOD=48 IOE=e4
443 * IOA=4d IOB=00 IOC=c4 IOD=08 IOE=e4
451 * IOA=4d IOB=00 IOC=cc IOD=48 IOE=e4
459 * IOA=4d IOB=00 IOC=cc IOD=48 IOE=e4
475 * IOA=4d IOB=00 IOC=c4 IOD=08 IOE=e4

12345