| /Linux-v6.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
|
| /Linux-v6.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)
|
| /Linux-v6.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…
|
| /Linux-v6.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() 430 entry->e4.ip.proto = proto; in nft_match_set_mtchk_param() 431 entry->e4.ip.invflags = inv ? IPT_INV_PROTO : 0; in nft_match_set_mtchk_param()
|
| /Linux-v6.6/lib/ |
| D | bch.c | 672 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 678 e4 = poly->c[4]; in find_poly_deg4_roots() 679 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots() 680 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots() 681 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots() 682 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
|
| /Linux-v6.6/drivers/usb/atm/ |
| D | ueagle-atm.c | 101 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()
|
| /Linux-v6.6/arch/m68k/ifpsp060/ |
| D | itest.sa | 219 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 …]
|
| D | fplsp.sa | 468 dc.l $0c010002,$660861ff,$000058e4,$60140c01
|
| /Linux-v6.6/Documentation/devicetree/bindings/net/ |
| D | hisilicon-hns-nic.txt | 75 local-mac-address = [a2 14 e4 4b 56 76];
|
| /Linux-v6.6/net/sched/ |
| D | em_ipt.c | 46 struct ipt_entry e4; in check_match() member
|
| /Linux-v6.6/drivers/media/dvb-frontends/ |
| D | dib0090.c | 1504 u16 e2, e4; in dib0090_set_EFUSE() local 1508 e4 = dib0090_read_reg(state, 0x28); in dib0090_set_EFUSE() 1519 e2 = e4 = (3<<12) | (34<<6) | (n); in dib0090_set_EFUSE() 1522 if (e2 != e4) in dib0090_set_EFUSE() 1523 e2 &= e4; /* Remove the redundancy */ in dib0090_set_EFUSE()
|
| /Linux-v6.6/arch/arm/boot/dts/qcom/ |
| D | qcom-apq8084.dtsi | 389 tsens_s6_p2_backup: s6-p2_backup@e4 { 394 tsens_s7_p2_backup: s7-p2_backup@e4 {
|
| D | qcom-msm8974.dtsi | 1336 tsens_s6_p2_backup: s6-p2_backup@e4 { 1341 tsens_s7_p2_backup: s7-p2_backup@e4 {
|
| /Linux-v6.6/Documentation/admin-guide/media/ |
| D | visl.rst | 152 00000030: 6371 5eb5 0eb8 23b5 ca6a 5de5 983a 19e4 cq^...#..j]..:..
|
| /Linux-v6.6/drivers/tty/vt/ |
| D | cp437.uni | 158 0x84 U+00e4
|
| /Linux-v6.6/Documentation/i2c/busses/ |
| D | i2c-i801.rst | 161 Capabilities: [e4] #09 [2106]
|
| /Linux-v6.6/arch/arm64/boot/dts/hisilicon/ |
| D | hip06.dtsi | 362 ipmi0: bt@e4 {
|
| D | hip07.dtsi | 1265 ipmi0: bt@e4 {
|
| /Linux-v6.6/arch/arm/boot/dts/ti/omap/ |
| D | am33xx-clocks.dtsi | 451 ieee5000_fck: clock-ieee5000-fck-1@e4 {
|
| D | dra7xx-clocks.dtsi | 455 dpll_gpu_byp_mux: clock-dpll-gpu-byp-mux-23@2e4 {
|
| /Linux-v6.6/arch/arm64/boot/dts/ti/ |
| D | k3-am62-main.dtsi | 73 audio_refclk1: clock-controller@82e4 {
|
| /Linux-v6.6/arch/x86/lib/ |
| D | x86-opcode-map.txt | 288 e4: IN AL,Ib 582 e4: pmulhuw Pq,Qq | vpmulhuw Vx,Hx,Wx (66),(v1)
|
| /Linux-v6.6/tools/arch/x86/lib/ |
| D | x86-opcode-map.txt | 288 e4: IN AL,Ib 582 e4: pmulhuw Pq,Qq | vpmulhuw Vx,Hx,Wx (66),(v1)
|
| /Linux-v6.6/Documentation/trace/ |
| D | histogram-design.rst | 1674 hist_data: 00000000349570e4 1804 var.hist_data: 00000000349570e4
|
| /Linux-v6.6/drivers/infiniband/hw/hfi1/ |
| D | chip.c | 205 e4, e4val, \ argument 222 ((u64)(e4val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e4##_SHIFT) | \
|