/linux/lib/ |
H A D | test-kstrtox.c | 72 {"0", 10, 0ULL}, in test_kstrtoull_ok() 73 {"1", 10, 1ULL}, in test_kstrtoull_ok() 74 {"127", 10, 127ULL}, in test_kstrtoull_ok() 75 {"128", 10, 128ULL}, in test_kstrtoull_ok() 76 {"129", 10, 129ULL}, in test_kstrtoull_ok() 77 {"255", 10, 255ULL}, in test_kstrtoull_ok() 78 {"256", 10, 256ULL}, in test_kstrtoull_ok() 79 {"257", 10, 257ULL}, in test_kstrtoull_ok() 80 {"32767", 10, 32767ULL}, in test_kstrtoull_ok() 81 {"32768", 10, 32768ULL}, in test_kstrtoull_ok() [all …]
|
/linux/arch/arm/mach-rpc/ |
H A D | irq.c | 18 0, 8, 9, 8,10,10,10,10,11,11,11,11,10,10,10,10, 19 12, 8, 9, 8,10,10,10,10,11,11,11,11,10,10,10,10, 20 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10, 21 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10, 22 14,14,14,14,10,10,10,10,11,11,11,11,10,10,10,10, 23 14,14,14,14,10,10,10,10,11,11,11,11,10,10,10,10, 24 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10, 25 13,13,13,13,10,10,10,10,11,11,11,11,10,10,10,10, 26 15,15,15,15,10,10,10,10,11,11,11,11,10,10,10,10, 27 15,15,15,15,10,10,10,10,11,11,11,11,10,10,10,10, [all …]
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-debug.c | 84 " %-30s %10u %10u %10u %10u\n", "ina_cnt:", in il3945_ucode_rx_stats_read() 89 " %-30s %10u %10u %10u %10u\n", "fina_cnt:", in il3945_ucode_rx_stats_read() 94 " %-30s %10u %10u %10u %10u\n", "plcp_err:", in il3945_ucode_rx_stats_read() 99 " %-30s %10u %10u %10u %10u\n", "crc32_err:", in il3945_ucode_rx_stats_read() 104 " %-30s %10u %10u %10u %10u\n", "overrun_err:", in il3945_ucode_rx_stats_read() 109 " %-30s %10u %10u %10u %10u\n", "early_overrun_err:", in il3945_ucode_rx_stats_read() 116 " %-30s %10u %10u %10u %10u\n", "crc32_good:", in il3945_ucode_rx_stats_read() 121 " %-30s %10u %10u %10u %10u\n", "false_alarm_cnt:", in il3945_ucode_rx_stats_read() 127 " %-30s %10u %10u %10u %10u\n", "fina_sync_err_cnt:", in il3945_ucode_rx_stats_read() 134 " %-30s %10u %10u %10u %10u\n", "sfd_timeout:", in il3945_ucode_rx_stats_read() [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_vlan_mcast.sh | 17 ip link add l $h1 $h1.10 up type vlan id 10 22 ip link del $h1.10 29 ip link add l $h2 $h2.10 up type vlan id 10 34 ip link del $h2.10 52 bridge vlan add vid 10-11 dev $swp1 master 53 bridge vlan add vid 10-11 dev $swp2 master 104 ip address add dev $h2.10 $TEST_GROUP/32 autojoin 109 jq -e ".[].mdb[] | select(.grp == \"$TEST_GROUP\" and .vid == 10)" &>/dev/null 118 ip address del dev $h2.10 $TEST_GROUP/32 2>&1 1>/dev/null 122 .vid == 10)" &>/dev/null [all …]
|
H A D | bridge_mdb.sh | 6 # | + $h1.10 | | + $h2.10 | 21 # | | vid 10 vid 10 | | 40 vlan_create $h1 10 v$h1 192.0.2.1/28 2001:db8:1::1/64 47 vlan_destroy $h1 10 54 vlan_create $h2 10 v$h2 192.0.2.2/28 61 vlan_destroy $h2 10 69 bridge vlan add vid 10 dev br0 self 75 bridge vlan add vid 10 dev $swp1 80 bridge vlan add vid 10 dev $swp2 93 bridge vlan del vid 10 dev $swp2 [all …]
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 158 $IP nexthop add id 10 group 1/2 159 nexthop_check "id 10" "id 10 group 1/2 trap" 165 $IP nexthop del id 10 169 $IP nexthop add id 10 group 1,20/2,39 170 nexthop_check "id 10" "id 10 group 1,20/2,39 trap" 176 $IP nexthop del id 10 194 $IP nexthop add id 10 group 1/2 &> /dev/null 213 $IP nexthop add id 10 group 1/2 type resilient buckets 4 214 …nexthop_check "id 10" "id 10 group 1/2 type resilient buckets 4 idle_timer 120 unbalanced_timer 0 … 217 nexthop_bucket_nhid_count_check 10 1 2 [all …]
|
/linux/arch/powerpc/crypto/ |
H A D | curve25519-ppc64le_asm.S | 90 ld 10,24(4) 107 mulld 28,10,6 108 mulhdu 29,10,6 119 mulld 12,10,4 120 mulhdu 21,10,4 122 mulli 10,10,19 135 mulld 12,10,6 136 mulhdu 21,10,6 166 mulld 12,10,4 167 mulhdu 21,10,4 [all …]
|
H A D | poly1305-p10le_64.S | 221 vmulouw 10, 5, 3 226 vaddudm 14, 14, 10 228 vmulouw 10, 5, 26 232 vaddudm 15, 15, 10 239 vmulouw 10, 5, 27 241 vaddudm 16, 16, 10 248 vmulouw 10, 5, 28 250 vaddudm 17, 17, 10 257 vmulouw 10, 5, 29 259 vaddudm 18, 18, 10 [all …]
|
/linux/drivers/video/logo/ |
H A D | logo_sgi_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 92 0 0 0 0 0 0 10 10 10 26 26 26 152 10 10 10 30 30 30 66 66 66 58 58 58 156 86 86 86 101 101 101 46 46 46 10 10 10 158 10 10 10 0 0 0 0 0 0 0 0 0 [all …]
|
H A D | logo_linux_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 92 0 0 0 0 0 0 10 10 10 26 26 26 152 10 10 10 30 30 30 66 66 66 58 58 58 156 86 86 86 101 101 101 46 46 46 10 10 10 158 10 10 10 0 0 0 0 0 0 0 0 0 [all …]
|
H A D | logo_dec_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 92 0 0 0 0 0 0 10 10 10 26 26 26 152 10 10 10 30 30 30 66 66 66 58 58 58 156 86 86 86 101 101 101 46 46 46 10 10 10 158 10 10 10 0 0 0 0 0 0 0 0 0 [all …]
|
H A D | logo_sun_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 92 0 0 0 0 0 0 10 10 10 26 26 26 152 10 10 10 30 30 30 66 66 66 58 58 58 156 86 86 86 101 101 101 46 46 46 10 10 10 158 10 10 10 0 0 0 0 0 0 0 0 0 [all …]
|
H A D | logo_mac_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 0 0 0 6 6 6 10 10 10 14 14 14 36 14 14 14 10 10 10 6 6 6 0 0 0 56 42 42 42 26 26 26 18 18 18 10 10 10 72 0 0 0 0 0 0 0 0 0 10 10 10 92 0 0 0 0 0 0 10 10 10 26 26 26 156 86 86 86 101 101 101 46 46 46 10 10 10 172 234 234 234 234 234 234 214 214 214 10 10 10 177 2 2 6 10 10 10 190 190 190 242 242 242 [all …]
|
H A D | logo_superh_clut224.ppm | 14 6 6 6 6 6 6 10 10 10 10 10 10 15 10 10 10 6 6 6 6 6 6 6 6 6 33 2 2 2 6 6 6 10 10 10 14 14 13 36 14 14 13 10 10 10 6 6 6 2 2 2 56 42 42 43 26 26 26 18 18 18 10 10 10 72 2 2 2 2 2 2 2 2 2 10 10 10 92 2 2 2 2 2 2 10 10 10 26 26 26 152 10 10 10 30 30 30 66 66 66 58 58 58 156 86 86 86 102 102 102 46 46 46 10 10 10 158 10 10 10 2 2 2 2 2 2 2 2 2 [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_qp_tables.c | 67 { 14, 14, 13, 13, 12, 12, 12, 12, 11, 11, 10, 10, 10, 10, 9, 9, 9, 8, 8, 86 { 10, 10, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7, 6, 5, 5, 4, 4, 4, 4, 3, 88 { 11, 11, 10, 10, 9, 9, 9, 9, 9, 9, 8, 8, 8, 7, 7, 6, 6, 5, 5, 5, 5, 5, 90 { 12, 11, 11, 10, 10, 10, 9, 9, 9, 9, 9, 9, 9, 8, 8, 7, 6, 6, 5, 5, 5, 92 { 12, 12, 11, 11, 10, 10, 10, 10, 10, 10, 9, 9, 9, 8, 8, 7, 7, 6, 6, 6, 94 { 12, 12, 12, 11, 11, 11, 10, 10, 10, 10, 9, 9, 9, 9, 8, 8, 8, 7, 7, 7, 96 { 12, 12, 12, 12, 11, 11, 11, 11, 11, 10, 10, 9, 9, 9, 8, 8, 8, 7, 7, 7, 98 { 13, 13, 13, 13, 12, 12, 11, 11, 11, 11, 10, 10, 10, 10, 9, 9, 8, 8, 8, 100 { 15, 15, 14, 14, 13, 13, 13, 13, 12, 12, 11, 11, 11, 11, 10, 10, 10, 9, 132 { 10, 9, 9, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, [all …]
|
/linux/include/uapi/linux/ |
H A D | mdio.h | 39 #define MDIO_CTRL2 7 /* 10G control 2 */ 40 #define MDIO_STAT2 8 /* 10G status 2 */ 41 #define MDIO_PMA_TXDIS 9 /* 10G PMA/PMD transmit disable */ 42 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */ 43 #define MDIO_PMA_EXTABLE 11 /* 10G PMA/PMD extended ability */ 60 #define MDIO_PMA_10GBT_SWAPPOL 130 /* 10GBASE-T pair swap & polarity */ 61 #define MDIO_PMA_10GBT_TXPWR 131 /* 10GBASE-T TX power control */ 62 #define MDIO_PMA_10GBT_SNR 133 /* 10GBASE-T SNR margin, lane A. 64 #define MDIO_PMA_10GBR_FSRT_CSR 147 /* 10GBASE-R fast retrain status and control */ 65 #define MDIO_PMA_10GBR_FECABLE 170 /* 10GBASE-R FEC ability */ [all …]
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dsc_helper.c | 147 /* PPS 10, 11 */ in drm_dsc_pps_payload_pack() 243 * are as follows: Min_qp[15:11], max_qp[10:6], offset[5:0] in drm_dsc_pps_payload_pack() 289 if (vdsc_cfg->bits_per_component <= 10) in drm_dsc_set_const_params() 362 { 7, 9, -8 }, { 8, 10, -10 }, { 9, 11, -10 }, { 10, 12, -12 }, 363 { 10, 13, -12 }, { 12, 14, -12 }, { 15, 15, -12 } 372 { 3, 9, -8 }, { 3, 10, -10 }, { 5, 11, -10 }, { 5, 12, -12 }, 378 .bpp = DSC_BPP(8), .bpc = 10, 384 { 0, 4, 2 }, { 4, 8, 0 }, { 5, 9, 0 }, { 5, 10, -2 }, 386 { 7, 13, -8 }, { 7, 14, -10 }, { 9, 15, -10 }, { 9, 16, -12 }, 396 { 11, 17, -8 }, { 11, 18, -10 }, { 13, 19, -10 }, [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dsc/ |
H A D | qp_tables.h | 37 { 10, { 0, 2, 2, 3, 4, 5, 5, 6, 6, 7, 8, 8, 9, 11, 12} }, 39 { 11, { 0, 2, 2, 3, 4, 4, 5, 6, 6, 7, 8, 8, 9, 10, 11} }, 40 {11.5, { 0, 2, 2, 3, 4, 4, 5, 5, 6, 7, 7, 8, 8, 10, 11} }, 41 { 12, { 0, 2, 2, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 9, 10} }, 42 {12.5, { 0, 1, 2, 2, 4, 4, 4, 5, 5, 6, 6, 7, 8, 9, 10} }, 62 { 6, { 4, 6, 8, 8, 9, 9, 9, 10, 11, 12, 12, 12, 12, 13, 15} }, 63 { 6.5, { 4, 6, 7, 8, 8, 8, 9, 10, 11, 11, 12, 12, 12, 13, 15} }, 64 { 7, { 4, 5, 7, 7, 8, 8, 8, 9, 10, 11, 11, 12, 12, 13, 14} }, 65 { 7.5, { 4, 5, 6, 7, 7, 8, 8, 9, 10, 10, 11, 11, 12, 13, 14} }, 66 { 8, { 4, 4, 5, 6, 7, 7, 7, 8, 9, 10, 10, 11, 11, 12, 13} }, [all …]
|
/linux/net/kcm/ |
H A D | kcmproc.c | 93 "%-14s %-10s %-16s %-10s %-16s %-8s %-8s %-8s %-8s %s", in kcm_format_mux_header() 113 " kcm-%-7u %-10llu %-16llu %-10llu %-16llu %-8d %-8d %-8d %-8s ", in kcm_format_sock() 143 " psock-%-5u %-10llu %-16llu %-10llu %-16llu %-8d %-8d %-8d %-8d ", in kcm_format_psock() 194 "%-6s%-8s %-10llu %-16llu %-10llu %-16llu %-8s %-8s %-8s %-8s ", in kcm_format_mux() 282 "%-8s %-10s %-16s %-10s %-16s %-10s %-10s %-10s %-10s %-10s\n", in kcm_stats_seq_show() 295 "%-8s %-10llu %-16llu %-10llu %-16llu %-10u %-10u %-10u %-10u %-10u\n", in kcm_stats_seq_show() 308 …"%-8s %-10s %-16s %-10s %-16s %-10s %-10s %-10s %-10s %-10s %-10s %-10s %-10s %-10s %-10s %-10s\n", in kcm_stats_seq_show() 327 …"%-8s %-10llu %-16llu %-10llu %-16llu %-10llu %-10llu %-10u %-10u %-10u %-10u %-10u %-10u %-10u %-… in kcm_stats_seq_show()
|
/linux/arch/xtensa/lib/ |
H A D | usercopy.S | 93 EX(10f) l8ui a6, a3, 0 95 EX(10f) s8i a6, a5, 0 103 EX(10f) l8ui a6, a3, 0 104 EX(10f) l8ui a7, a3, 1 106 EX(10f) s8i a6, a5, 0 107 EX(10f) s8i a7, a5, 1 126 EX(10f) l8ui a6, a3, 0 128 EX(10f) s8i a6, a5, 0 152 EX(10f) l32i a6, a3, 0 153 EX(10f) l32i a7, a3, 4 [all …]
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721e-common-proc-board-infotainment.dtso | 25 hpd-gpios = <&exp6 10 GPIO_ACTIVE_HIGH>; 70 J721E_IOPAD(0x58, PIN_OUTPUT, 10) /* (AE22) PRG1_PRU1_GPO0.VOUT0_DATA0 */ 71 J721E_IOPAD(0x5c, PIN_OUTPUT, 10) /* (AG23) PRG1_PRU1_GPO1.VOUT0_DATA1 */ 72 J721E_IOPAD(0x60, PIN_OUTPUT, 10) /* (AF23) PRG1_PRU1_GPO2.VOUT0_DATA2 */ 73 J721E_IOPAD(0x64, PIN_OUTPUT, 10) /* (AD23) PRG1_PRU1_GPO3.VOUT0_DATA3 */ 74 J721E_IOPAD(0x68, PIN_OUTPUT, 10) /* (AH24) PRG1_PRU1_GPO4.VOUT0_DATA4 */ 75 J721E_IOPAD(0x6c, PIN_OUTPUT, 10) /* (AG21) PRG1_PRU1_GPO5.VOUT0_DATA5 */ 76 J721E_IOPAD(0x70, PIN_OUTPUT, 10) /* (AE23) PRG1_PRU1_GPO6.VOUT0_DATA6 */ 77 J721E_IOPAD(0x74, PIN_OUTPUT, 10) /* (AC21) PRG1_PRU1_GPO7.VOUT0_DATA7 */ 78 J721E_IOPAD(0x78, PIN_OUTPUT, 10) /* (Y23) PRG1_PRU1_GPO8.VOUT0_DATA8 */ [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | ingress_rif_conf_1d.sh | 11 # | $h1.10 + | | + $h2.10 | 21 # | | $swp1.10 + + $swp2.10 | | 27 # | $swp3.10 + | 36 # | $h3.10 + | 57 vlan_create $h1 10 v$h1 192.0.2.1/28 66 vlan_destroy $h1 10 73 vlan_create $h2 10 v$h2 192.0.2.3/28 78 vlan_destroy $h2 10 85 vlan_create $h3 10 v$h3 192.0.2.18/28 94 vlan_destroy $h3 10 [all …]
|
H A D | rtnetlink.sh | 67 ip link add name vrf-test type vrf table 10 129 ip link add link br0 name br0.10 type vlan id 10 130 ip -6 address add 2001:db8:1::1/64 dev br0.10 131 ip link del dev br0.10 155 ip link add link br0 name br0.10 type vlan id 10 156 ip -6 address add 2001:db8:1::1/64 dev br0.10 181 bridge vlan add vid 10 dev $swp1 pvid untagged 182 bridge vlan add vid 10 de [all...] |
/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | route.json | 15 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 100 route from 1 to 10 classid 1:10", 18 "matchPattern": "flowid 1:10 to 10 from 1", 37 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 100 route fromif $DEV1 to 10 classid 1:10", 40 "matchPattern": "flowid 1:10 to 10 fromif", 59 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 2 route to 10 classid 1:20 action reclassify", 62 "matchPattern": "filter protocol ip pref.*route chain [0-9]+.*flowid 1:20 to 10 [all...] |
/linux/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.sh | 113 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any. 115 # Send 10 IPv4/UDP packets from port 9. Filter should drop all. 117 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any. 118 ./test_flow_dissector -i 4 -f 10 121 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any. 123 # Send 10 IPv4/UDP packets from port 9. Filter should drop all. 125 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any. 126 ./test_flow_dissector -i 4 -S 127.0.0.127 -f 10 129 # Send 10 IPv4/IPv4/UDP packets from port 8. Filter should not drop any. 132 # Send 10 IPv4/IPv4/UDP packets from port 9. Filter should drop all. [all …]
|