/linux/drivers/scsi/ |
H A D | myrs.h | 172 unsigned short bus_speed_mhz; /* Bytes 4-5 */ 176 unsigned char rsvd3[7]; /* Bytes 9-15 */ 177 unsigned char bus_name[16]; /* Bytes 16-31 */ 178 unsigned char ctlr_name[16]; /* Bytes 32-47 */ 179 unsigned char rsvd4[16]; /* Bytes 48-63 */ 191 unsigned char rsvd5[3]; /* Bytes 73-75 */ 207 unsigned short nvram_size_kb; /* Bytes 90-91 */ 209 unsigned char rsvd8[3]; /* Bytes 93-95 */ 211 unsigned char serial_number[16]; /* Bytes 96-111 */ 212 unsigned char rsvd9[16]; /* Bytes 112-127 */ [all …]
|
H A D | myrb.h | 164 unsigned int rsvd1:24; /* Bytes 1-3 */ 165 unsigned int ldev_sizes[32]; /* Bytes 4-131 */ 166 unsigned short flash_age; /* Bytes 132-133 */ 189 unsigned short ev_seq; /* Bytes 142-143 */ 191 unsigned int rsvd5:24; /* Bytes 145-147 */ 203 } dead_drives[21]; /* Bytes 152-194 */ 204 unsigned char rsvd9[62]; /* Bytes 195-255 */ 237 } hw; /* Bytes 0-3 */ 244 } fw; /* Bytes 4-7 */ 254 unsigned int rsvd3; /* Bytes 20-23 */ [all …]
|
/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | data-fabric.json | 4 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 0.", 12 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 1.", 20 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 2.", 28 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 3.", 36 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 4.", 44 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 5.", 52 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 6.", 60 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 7.", 68 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 8.", 76 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 9.", [all …]
|
/linux/lib/crypto/x86/ |
H A D | chacha.h | 53 unsigned int bytes, int nrounds) in chacha_dosimd() argument 56 while (bytes >= CHACHA_BLOCK_SIZE * 8) { in chacha_dosimd() 57 chacha_8block_xor_avx512vl(state, dst, src, bytes, in chacha_dosimd() 59 bytes -= CHACHA_BLOCK_SIZE * 8; in chacha_dosimd() 64 if (bytes > CHACHA_BLOCK_SIZE * 4) { in chacha_dosimd() 65 chacha_8block_xor_avx512vl(state, dst, src, bytes, in chacha_dosimd() 67 state->x[12] += chacha_advance(bytes, 8); in chacha_dosimd() 70 if (bytes > CHACHA_BLOCK_SIZE * 2) { in chacha_dosimd() 71 chacha_4block_xor_avx512vl(state, dst, src, bytes, in chacha_dosimd() 73 state->x[12] += chacha_advance(bytes, 4); in chacha_dosimd() [all …]
|
/linux/include/sound/ |
H A D | pcm-indirect.h | 19 int hw_ready; /* Bytes ready for play (or captured) in hw ring buffer */ 22 unsigned int sw_io; /* Current software pointer in bytes */ 23 int sw_ready; /* Bytes ready to be transferred to/from hw */ 28 struct snd_pcm_indirect *rec, size_t bytes); 55 unsigned int bytes = qsize - rec->hw_ready; in snd_pcm_indirect_playback_transfer() local 56 if (rec->sw_ready < (int)bytes) in snd_pcm_indirect_playback_transfer() 57 bytes = rec->sw_ready; in snd_pcm_indirect_playback_transfer() 58 if (hw_to_end < bytes) in snd_pcm_indirect_playback_transfer() 59 bytes = hw_to_end; in snd_pcm_indirect_playback_transfer() 60 if (sw_to_end < bytes) in snd_pcm_indirect_playback_transfer() [all …]
|
/linux/drivers/power/supply/ |
H A D | max1720x_battery.c | 154 { .name = "nXTable0", .offset = 0, .bytes = 2, }, 155 { .name = "nXTable1", .offset = 2, .bytes = 2, }, 156 { .name = "nXTable2", .offset = 4, .bytes = 2, }, 157 { .name = "nXTable3", .offset = 6, .bytes = 2, }, 158 { .name = "nXTable4", .offset = 8, .bytes = 2, }, 159 { .name = "nXTable5", .offset = 10, .bytes = 2, }, 160 { .name = "nXTable6", .offset = 12, .bytes = 2, }, 161 { .name = "nXTable7", .offset = 14, .bytes = 2, }, 162 { .name = "nXTable8", .offset = 16, .bytes = 2, }, 163 { .name = "nXTable9", .offset = 18, .bytes = 2, }, [all …]
|
/linux/drivers/md/ |
H A D | dm-io-rewind.c | 14 unsigned int bytes) in dm_bvec_iter_rewind() argument 18 iter->bi_size += bytes; in dm_bvec_iter_rewind() 19 if (bytes <= iter->bi_bvec_done) { in dm_bvec_iter_rewind() 20 iter->bi_bvec_done -= bytes; in dm_bvec_iter_rewind() 24 bytes -= iter->bi_bvec_done; in dm_bvec_iter_rewind() 27 while (idx >= 0 && bytes && bytes > bv[idx].bv_len) { in dm_bvec_iter_rewind() 28 bytes -= bv[idx].bv_len; in dm_bvec_iter_rewind() 32 if (WARN_ONCE(idx < 0 && bytes, in dm_bvec_iter_rewind() 34 iter->bi_size -= bytes; in dm_bvec_iter_rewind() 41 iter->bi_bvec_done = bv[idx].bv_len - bytes; in dm_bvec_iter_rewind() [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
H A D | metrics.json | 3 "BriefDescription": "bytes of all masters read from ddr", 11 "BriefDescription": "bytes of all masters write to ddr", 19 "BriefDescription": "bytes of a53 core read from ddr", 27 "BriefDescription": "bytes of a53 core write to ddr", 35 "BriefDescription": "bytes of supermix(m7) core read from ddr", 43 "BriefDescription": "bytes of supermix(m7) write to ddr", 51 "BriefDescription": "bytes of gpu 3d read from ddr", 59 "BriefDescription": "bytes of gpu 3d write to ddr", 67 "BriefDescription": "bytes of gpu 2d read from ddr", 75 "BriefDescription": "bytes of gpu 2d write to ddr", [all …]
|
/linux/include/linux/ |
H A D | ccp.h | 150 * @key_len: length in bytes of key 152 * @iv_len: length in bytes of iv 155 * @src_len: length in bytes of data used for this operation 158 * @cmac_key_len: length in bytes of cmac_key 177 u32 key_len; /* In bytes */ 180 u32 iv_len; /* In bytes */ 183 u64 src_len; /* In bytes */ 188 u32 cmac_key_len; /* In bytes */ 190 u32 aad_len; /* In bytes */ 197 * @CCP_XTS_AES_UNIT_SIZE_16: Unit size of 16 bytes [all …]
|
H A D | task_io_accounting_ops.h | 11 static inline void task_io_account_read(size_t bytes) in task_io_account_read() argument 13 current->ioac.read_bytes += bytes; in task_io_account_read() 17 * We approximate number of blocks, because we account bytes only. 18 * A 'block' is 512 bytes 25 static inline void task_io_account_write(size_t bytes) in task_io_account_write() argument 27 current->ioac.write_bytes += bytes; in task_io_account_write() 31 * We approximate number of blocks, because we account bytes only. 32 * A 'block' is 512 bytes 39 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write() argument 41 current->ioac.cancelled_write_bytes += bytes; in task_io_account_cancelled_write() [all …]
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_encap.h | 121 * @rsvd0: reserved bytes 123 * @rsvd1: reserved bytes 125 * @rsvd2: reserved bytes 128 * @rsvd3: reserved bytes 131 * @rsvd4: reserved bytes 158 * @rsvd0: reserved bytes 165 * @rsvd1: reserved bytes 175 * @rsvd2: reserved bytes 178 * @rsvd3: reserved bytes 282 * @tx_bytes: transmit bytes [all …]
|
/linux/fs/btrfs/ |
H A D | free-space-cache.c | 42 u64 bytes; member 52 u64 *bytes, bool for_alloc); 57 u64 bytes, bool update_stats); 577 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry() argument 587 put_unaligned_le64(bytes, &entry->bytes); in io_ctl_add_entry() 661 entry->bytes = get_unaligned_le64(&e->bytes); in io_ctl_read_entry() 724 * bytes we can have, or whatever is less than that. in recalculate_thresholds() 825 if (!e->bytes) { in __load_free_space_cache() 909 const u64 bytes = info->bytes; in copy_free_space_cache() local 914 ret = btrfs_add_free_space(block_group, offset, bytes); in copy_free_space_cache() [all …]
|
H A D | space-info.h | 115 u64 total_bytes; /* total bytes in the space, 117 u64 bytes_used; /* total bytes used, 119 u64 bytes_pinned; /* total bytes pinned, will be freed when the 121 u64 bytes_reserved; /* total bytes the allocator has reserved for 123 u64 bytes_may_use; /* number of bytes that may be used for 125 u64 bytes_readonly; /* total bytes that are read only */ 126 u64 bytes_zone_unusable; /* total bytes that are unusable until 132 /* Chunk size in bytes */ 154 u64 disk_used; /* total bytes used on disk */ 155 u64 disk_total; /* total bytes on disk, takes mirrors into [all …]
|
/linux/arch/hexagon/mm/ |
H A D | copy_user_template.S | 8 * W: width in bytes 19 p0 = cmp.gtu(bytes,#0) 25 p1 = cmp.gtu(bytes,#15) 32 loopcount = lsr(bytes,#3) 46 bytes -= asl(loopcount,#3) 58 p1 = cmp.gtu(bytes,#7) 63 loopcount = lsr(bytes,#2) 76 bytes -= asl(loopcount,#2) 84 p1 = cmp.gtu(bytes,#3) 89 loopcount = lsr(bytes,#1) [all …]
|
/linux/lib/crypto/arm/ |
H A D | chacha.h | 28 asmlinkage void chacha_doarm(u8 *dst, const u8 *src, unsigned int bytes, 39 unsigned int bytes, int nrounds) in chacha_doneon() argument 43 while (bytes > CHACHA_BLOCK_SIZE) { in chacha_doneon() 44 unsigned int l = min(bytes, CHACHA_BLOCK_SIZE * 4U); in chacha_doneon() 47 bytes -= l; in chacha_doneon() 52 if (bytes) { in chacha_doneon() 56 if (bytes != CHACHA_BLOCK_SIZE) in chacha_doneon() 57 s = d = memcpy(buf, src, bytes); in chacha_doneon() 60 memcpy(dst, buf, bytes); in chacha_doneon() 78 const u8 *src, unsigned int bytes, int nrounds) in chacha_crypt_arch() argument [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 236 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 239 bytes = bpf_map_lookup_elem(&sock_apply_bytes, &zero); in bpf_prog4() 240 if (bytes) in bpf_prog4() 241 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4() 242 bytes = bpf_map_lookup_elem(&sock_cork_bytes, &zero); in bpf_prog4() 243 if (bytes) in bpf_prog4() 244 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog4() 267 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local 271 bytes = bpf_map_lookup_elem(&sock_apply_bytes, &zero); in bpf_prog6() 272 if (bytes) in bpf_prog6() [all …]
|
/linux/tools/arch/x86/include/asm/ |
H A D | insn.h | 19 insn_byte_t bytes[4]; member 36 p->bytes[n] = v; in insn_set_byte() 45 insn_byte_t bytes[4]; member 63 p->bytes[n] = v; in insn_set_byte() 71 * prefixes.bytes[3]: last prefix 79 * opcode.bytes[0]: opcode1 80 * opcode.bytes[1]: opcode2 81 * opcode.bytes[2]: opcode3 192 return X86_REX2_M(insn->rex_prefix.bytes[1]); in insn_rex2_m_bit() 212 insn_attr_t attr = inat_get_opcode_attribute(insn->vex_prefix.bytes[0]); in avx_insn_is_xop() [all …]
|
/linux/arch/x86/include/asm/ |
H A D | insn.h | 19 insn_byte_t bytes[4]; member 36 p->bytes[n] = v; in insn_set_byte() 45 insn_byte_t bytes[4]; member 63 p->bytes[n] = v; in insn_set_byte() 71 * prefixes.bytes[3]: last prefix 79 * opcode.bytes[0]: opcode1 80 * opcode.bytes[1]: opcode2 81 * opcode.bytes[2]: opcode3 192 return X86_REX2_M(insn->rex_prefix.bytes[1]); in insn_rex2_m_bit() 212 insn_attr_t attr = inat_get_opcode_attribute(insn->vex_prefix.bytes[0]); in avx_insn_is_xop() [all …]
|
/linux/arch/arm/include/asm/ |
H A D | xor.h | 47 xor_arm4regs_2(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_2() argument 50 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_2() 68 xor_arm4regs_3(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_3() argument 72 unsigned int lines = bytes / sizeof(unsigned long) / 4; in xor_arm4regs_3() 91 xor_arm4regs_4(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_4() argument 96 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4() 112 xor_arm4regs_5(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_5() argument 118 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5() 156 xor_neon_2(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_2() argument 160 xor_arm4regs_2(bytes, p1, p2); in xor_neon_2() [all …]
|
/linux/lib/842/ |
H A D | 842.h | 13 * number of data bytes to add to the output buffer, or an index pointing 14 * to a previously-written number of data bytes to copy to the output buffer. 22 * bytes being written to the output buffer. Each template (i.e. all actions 23 * in the table row) will add up to 8 bytes being written to the output buffer. 28 * corresponding arg is 2, 4, or 8 bytes, respectively, in the compressed data 35 * in a ring buffer that contains the last N bytes of output buffer data. 38 * this means that I2 can reference 512 bytes ((2^8 bits = 256) * 2 bytes), I4 39 * can reference 2048 bytes ((2^9 = 512) * 4 bytes), and I8 can reference 2048 40 * bytes ((2^8 = 256) * 8 bytes). Think of it as a kind-of ring buffer for 45 * bytes written to the output buffer, an I2 index of 0 would index to byte 256 [all …]
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth_sysfs.c | 36 ssize_t bytes = 0; in dpaa_eth_show_fqids() local 69 bytes += sprintf(buf + bytes, in dpaa_eth_show_fqids() 72 bytes += sprintf(buf + bytes, in dpaa_eth_show_fqids() 91 bytes += sprintf(buf + bytes, "%s: %d\n", prevstr, in dpaa_eth_show_fqids() 94 bytes += sprintf(buf + bytes, "%s: %d - %d\n", prevstr, in dpaa_eth_show_fqids() 98 return bytes; in dpaa_eth_show_fqids() 105 ssize_t bytes = 0; in dpaa_eth_show_bpids() local 107 bytes += snprintf(buf + bytes, PAGE_SIZE - bytes, "%u\n", in dpaa_eth_show_bpids() 110 return bytes; in dpaa_eth_show_bpids()
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ctrl_mbox.h | 12 * |Info (16 + 120 + 120 = 256 bytes) | 14 * |magic number (8 bytes) | 15 * |bar memory size (4 bytes) | 16 * |reserved (4 bytes) | 18 * |host version (8 bytes) | 20 * |host status (8 bytes) | 21 * |host reserved (104 bytes) | 23 * |fw version's (8 bytes) | 25 * |fw status (8 bytes) | 26 * |fw reserved (104 bytes) | [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_acpi.h | 33 * ARG1: (ACPI_BUFFER) parameter buffer, 256 bytes 34 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes 47 * ARG1: (ACPI_BUFFER) parameter buffer, 256 bytes 48 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes 61 * ARG1: (ACPI_BUFFER) parameter buffer, 256 bytes 62 * OUTPUT: (ACPI_BUFFER) output buffer, 256 bytes 71 * WORD - structure size in bytes (includes size field) 102 * WORD - structure size in bytes (includes size field) 108 * WORD - structure size in bytes (includes size field) 126 * WORD - structure size in bytes (includes size field) [all …]
|
/linux/tools/power/acpi/man/ |
H A D | acpidump.8 | 74 Acpi table [DSDT] - 15974 bytes written to DSDT.dat 75 Acpi table [FACS] - 64 bytes written to FACS.dat 76 Acpi table [FACP] - 116 bytes written to FACP.dat 77 Acpi table [APIC] - 120 bytes written to APIC.dat 78 Acpi table [MCFG] - 60 bytes written to MCFG.dat 79 Acpi table [SSDT] - 444 bytes written to SSDT1.dat 80 Acpi table [SSDT] - 439 bytes written to SSDT2.dat 81 Acpi table [SSDT] - 439 bytes written to SSDT3.dat 82 Acpi table [SSDT] - 439 bytes written to SSDT4.dat 83 Acpi table [SSDT] - 439 bytes written to SSDT5.dat [all …]
|
/linux/arch/sparc/lib/ |
H A D | M7memset.S | 32 * For small 6 or fewer bytes stores, bytes will be stored. 34 * For less than 32 bytes stores, align the address on 4 byte boundary. 35 * Then store as many 4-byte chunks, followed by trailing bytes. 37 * For sizes greater than 32 bytes, align the address on 8 byte boundary. 39 * store 8-bytes chunks to align the address on 64 byte boundary 47 * ST_CHUNK cache lines (64 bytes each) before the main 51 * setting the other seven long words (56 bytes) of each 52 * cache line until fewer than ST_CHUNK*64 bytes remain. 57 * 64 bytes remain. 59 * Store as many 8-byte chunks, followed by trailing bytes. [all …]
|