Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/
Dtests.json80 …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-5.10/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
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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] */
237 case E4: in emulate_spe()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
Dtx3927.h62 #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-5.10/tools/testing/selftests/tc-testing/
Dtdc_batch.py104 src_mac = "e4:11:{:02x}:{}".format(mac_prefix, mac)
105 dst_mac = "e4:12:00:" + mac
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common-v2.c800 /* 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-5.10/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)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/hisilicon/
Dlow-pin-count.yaml55 ipmi0: bt@e4 {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/nvmem/
Dst,stm32-romem.yaml59 mac_addr@e4 {
/kernel/uniproton/
DREADME.md60 [如何贡献](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7…
/kernel/linux/linux-5.10/net/netfilter/
Dnft_compat.c53 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()
406 entry->e4.ip.proto = proto; in nft_match_set_mtchk_param()
407 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
/kernel/linux/linux-5.10/Documentation/i2c/busses/
Di2c-nforce2.rst9 * nForce3 250Gb MCP 10de:00E4
/kernel/linux/linux-5.10/arch/h8300/lib/
Dmemcpy.S79 dec.w #1,e4
/kernel/linux/linux-5.10/drivers/acpi/nfit/
Dnfit.h17 #define UUID_NFIT_BUS "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
20 #define UUID_NFIT_DIMM "4309ac30-0d11-11e4-9191-0800200c9a66"
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dhash.h30 * low half. So if %1 is er4, then %e1 is e4 and %f1 is r4.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Defm32gg-dk3750.dts47 cs-gpios = <&gpio 68 1>; // E4
/kernel/linux/linux-5.10/Documentation/x86/
Dzero-page.rst33 1E4/004 ALL scratch Scratch field for the kernel setup code
/kernel/linux/common_modules/
DREADME.md30 …://gitee.com/openharmony/community/blob/master/sig/sig_kernel/sig_kernel_cn.md#%E4%BC%9A%E8%AE%AE)。
/kernel/linux/linux-5.10/include/acpi/
Dacuuid.h32 #define UUID_NVDIMM_ROOT_DEVICE "2f10e7a4-9e91-11e4-89d3-123b93f75cba"
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dhisilicon-hns-nic.txt75 local-mac-address = [a2 14 e4 4b 56 76];
/kernel/linux/linux-5.10/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 …]
/kernel/liteos_m/
DREADME_zh.md110 [如何贡献](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7…
/kernel/linux/linux-5.10/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()
2028 struct cmv_dsc_e4 *dsc = &sc->cmv_dsc.e4; in uea_dispatch_cmv_e4()
2029 struct cmv_e4 *cmv = &intr->u.e4.s2.cmv; in uea_dispatch_cmv_e4()

1234