| /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/tools/perf/pmu-events/arch/arm64/freescale/imx94/sys/ |
| H A D | metrics.json | 19 "BriefDescription": "bytes of all masters read from ddr", 27 "BriefDescription": "bytes of all masters write to ddr", 35 "BriefDescription": "bytes of all a55 read from ddr", 43 "BriefDescription": "bytes of all a55 write from ddr", 51 "BriefDescription": "bytes of a55 core 0 read from ddr", 59 "BriefDescription": "bytes of a55 core 0 write to ddr", 67 "BriefDescription": "bytes of a55 core 1 read from ddr", 75 "BriefDescription": "bytes of a55 core 1 write to ddr", 83 "BriefDescription": "bytes of a55 core 2 read from ddr", 91 "BriefDescription": "bytes of a55 core 2 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/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmd.c | 187 static bool vmw_fifo_is_full(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_is_full() argument 194 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full() 198 uint32_t bytes, bool interruptible, in vmw_fifo_wait_noirq() argument 211 if (!vmw_fifo_is_full(dev_priv, bytes)) in vmw_fifo_wait_noirq() 231 uint32_t bytes, bool interruptible, in vmw_fifo_wait() argument 236 if (likely(!vmw_fifo_is_full(dev_priv, bytes))) in vmw_fifo_wait() 241 return vmw_fifo_wait_noirq(dev_priv, bytes, in vmw_fifo_wait() 250 !vmw_fifo_is_full(dev_priv, bytes), timeout); in vmw_fifo_wait() 254 !vmw_fifo_is_full(dev_priv, bytes), timeout); in vmw_fifo_wait() 268 * Reserve @bytes number of bytes in the fifo. [all …]
|
| /linux/fs/btrfs/ |
| H A D | free-space-cache.c | 43 u64 bytes; member 53 u64 *bytes, bool for_alloc); 58 u64 bytes, bool update_stats); 578 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry() argument 588 put_unaligned_le64(bytes, &entry->bytes); in io_ctl_add_entry() 662 entry->bytes = get_unaligned_le64(&e->bytes); in io_ctl_read_entry() 725 * bytes we can have, or whatever is less than that. in recalculate_thresholds() 826 if (!e->bytes) { in __load_free_space_cache() 910 const u64 bytes = info->bytes; in copy_free_space_cache() local 915 ret = btrfs_add_free_space(block_group, offset, bytes); in copy_free_space_cache() [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/drivers/ps3/ |
| H A D | ps3-vuart.c | 352 const void *buf, unsigned int bytes, u64 *bytes_written) in ps3_vuart_raw_write() argument 358 ps3_mm_phys_to_lpar(__pa(buf)), bytes, bytes_written); in ps3_vuart_raw_write() 369 *bytes_written, bytes, priv->stats.bytes_written); in ps3_vuart_raw_write() 382 unsigned int bytes, u64 *bytes_read) in ps3_vuart_raw_read() argument 387 dev_dbg(&dev->core, "%s:%d: %xh\n", __func__, __LINE__, bytes); in ps3_vuart_raw_read() 390 ps3_mm_phys_to_lpar(__pa(buf)), bytes, bytes_read); in ps3_vuart_raw_read() 401 *bytes_read, bytes, priv->stats.bytes_read); in ps3_vuart_raw_read() 407 * ps3_vuart_clear_rx_bytes - Discard bytes received. 409 * @bytes: Max byte count to discard, zero = all pending. 415 unsigned int bytes) in ps3_vuart_clear_rx_bytes() argument [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 | 27 asmlinkage void chacha_doarm(u8 *dst, const u8 *src, unsigned int bytes, 38 unsigned int bytes, int nrounds) in chacha_doneon() argument 42 while (bytes > CHACHA_BLOCK_SIZE) { in chacha_doneon() 43 unsigned int l = min(bytes, CHACHA_BLOCK_SIZE * 4U); in chacha_doneon() 46 bytes -= l; in chacha_doneon() 51 if (bytes) { in chacha_doneon() 55 if (bytes != CHACHA_BLOCK_SIZE) in chacha_doneon() 56 s = d = memcpy(buf, src, bytes); in chacha_doneon() 59 memcpy(dst, buf, bytes); in chacha_doneon() 76 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/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/include/linux/ |
| H A D | overflow.h | 82 size_t bytes; in size_mul() local 84 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul() 87 return bytes; in size_mul() 98 * Returns: number of bytes needed to represent the array or SIZE_MAX on 103 size_t bytes; in array_size() local 105 if (check_mul_overflow(a, b, &bytes)) in array_size() 108 return bytes; in array_size() 120 * Returns: number of bytes needed to represent the array or SIZE_MAX on 125 size_t bytes; in array3_size() local 127 if (check_mul_overflow(a, b, &bytes)) in array3_size() [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/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/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/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 …]
|