Searched refs:bytes (Results 76 - 100 of 1684) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_counter.h11 u64 bytes; member in struct:prestera_counter_stats
28 u32 counter_id, u64 *packets, u64 *bytes);
/linux-master/fs/efivarfs/
H A Dfile.c23 ssize_t bytes; local
39 bytes = efivar_entry_set_get_size(var, attributes, &datasize,
41 if (!set && bytes) {
42 if (bytes == -ENOENT)
43 bytes = -EIO;
47 if (bytes == -ENOENT) {
58 bytes = count;
63 return bytes;
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S9 * - uses bcmpge to compare 8 bytes in parallel
68 ldq $1, 0($17) # L : get 8 bytes
85 wh64 ($7) # L1 : memory subsystem hint: 64 bytes at
87 ldq $6, 0($17) # L0 : bytes 0..7
91 ldq $4, 8($17) # L : bytes 8..15
92 ldq $5, 16($17) # L : bytes 16..23
96 ldq $3, 24($17) # L : bytes 24..31
101 addq $17, 32, $17 # E : src += 32 bytes
102 stq $6, 0($16) # L : bytes 0..7
106 stq $4, 8($16) # L : bytes
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c67 int bytes; local
88 bytes = BARE_ADDRESS_SIZE;
91 bytes++;
93 bytes += msg->size;
114 AUX_SW_WR_BYTES(bytes));
116 AUX_SW_WR_BYTES(bytes));
149 AUX_SW_WR_BYTES(bytes) | AUX_SW_GO);
176 bytes = AUX_SW_REPLY_GET_BYTE_COUNT(tmp);
177 if (bytes) {
184 for (i = 0; i < bytes
[all...]
/linux-master/drivers/iommu/intel/
H A Dperf.c120 int bytes = 0, i, j; local
125 bytes += snprintf(str + bytes, size - bytes,
133 bytes += snprintf(str + bytes, size - bytes,
159 bytes += snprintf(str + bytes, size - bytes,
[all...]
/linux-master/include/net/
H A Dnetdev_queues.h9 u64 bytes; member in struct:netdev_queue_stats_rx
29 u64 bytes; member in struct:netdev_queue_stats_tx
203 * @bytes != 0, regardless of kernel config.
207 unsigned int pkts, unsigned int bytes)
210 netdev_tx_completed_queue(dev_queue, pkts, bytes);
211 else if (bytes)
219 * @bytes: number of bytes completed
228 * Reports completed pkts/bytes to BQL.
235 #define __netif_txq_completed_wake(txq, pkts, bytes, \
206 netdev_txq_completed_mb(struct netdev_queue *dev_queue, unsigned int pkts, unsigned int bytes) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dinsn.h19 insn_byte_t bytes[4]; member in union:insn_field::__anon4
36 p->bytes[n] = v;
45 insn_byte_t bytes[4]; member in union:insn_field::__anon5
63 p->bytes[n] = v;
71 * prefixes.bytes[3]: last prefix
76 * opcode.bytes[0]: opcode1
77 * opcode.bytes[1]: opcode2
78 * opcode.bytes[2]: opcode3
178 return X86_REX2_M(insn->rex_prefix.bytes[1]);
202 if (insn->vex_prefix.nbytes == 2) /* 2 bytes VE
[all...]
H A Dxor_32.h24 xor_pII_mmx_2(unsigned long bytes, unsigned long * __restrict p1, argument
27 unsigned long lines = bytes >> 7;
68 xor_pII_mmx_3(unsigned long bytes, unsigned long * __restrict p1, argument
72 unsigned long lines = bytes >> 7;
118 xor_pII_mmx_4(unsigned long bytes, unsigned long * __restrict p1, argument
123 unsigned long lines = bytes >> 7;
175 xor_pII_mmx_5(unsigned long bytes, unsigned long * __restrict p1, argument
181 unsigned long lines = bytes >> 7;
258 xor_p5_mmx_2(unsigned long bytes, unsigned long * __restrict p1, argument
261 unsigned long lines = bytes >>
306 xor_p5_mmx_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
364 xor_p5_mmx_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
432 xor_p5_mmx_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
[all...]
/linux-master/tools/arch/x86/include/asm/
H A Dinsn.h19 insn_byte_t bytes[4]; member in union:insn_field::__anon194
36 p->bytes[n] = v;
45 insn_byte_t bytes[4]; member in union:insn_field::__anon195
63 p->bytes[n] = v;
71 * prefixes.bytes[3]: last prefix
76 * opcode.bytes[0]: opcode1
77 * opcode.bytes[1]: opcode2
78 * opcode.bytes[2]: opcode3
178 return X86_REX2_M(insn->rex_prefix.bytes[1]);
202 if (insn->vex_prefix.nbytes == 2) /* 2 bytes VE
[all...]
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c172 unsigned bytes; local
192 /* Transfer bytes */
193 bytes = min(sg_dma_len(scatter_list) - offset,
203 d->bytes = (bytes / 2) & ~3;
205 size -= d->bytes;
206 copied += d->bytes;
207 offset += d->bytes;
208 addr += d->bytes;
213 bytes
286 descriptor_list_allocate(struct sg_dma_desc_info *desc, size_t bytes) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c47 * 256 bytes.)
63 * @bytes: number of bytes
70 u8 *src, unsigned int bytes)
77 for (; i < bytes && (off + i < sizeof(pci_cfg_space_rw_bmp)); i++) {
94 if (i < bytes)
95 memcpy(cfg_base + off + i, src + i, bytes - i);
112 * @bytes: number of bytes to read
118 void *p_data, unsigned int bytes)
69 vgpu_pci_cfg_mem_write(struct intel_vgpu *vgpu, unsigned int off, u8 *src, unsigned int bytes) argument
117 intel_vgpu_emulate_cfg_read(struct intel_vgpu *vgpu, unsigned int offset, void *p_data, unsigned int bytes) argument
145 emulate_pci_command_write(struct intel_vgpu *vgpu, unsigned int offset, void *p_data, unsigned int bytes) argument
167 emulate_pci_rom_bar_write(struct intel_vgpu *vgpu, unsigned int offset, void *p_data, unsigned int bytes) argument
181 emulate_pci_bar_write(struct intel_vgpu *vgpu, unsigned int offset, void *p_data, unsigned int bytes) argument
256 intel_vgpu_emulate_cfg_write(struct intel_vgpu *vgpu, unsigned int offset, void *p_data, unsigned int bytes) argument
[all...]
/linux-master/lib/raid6/
H A Dmmx.c35 static void raid6_mmx1_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
50 for ( d = 0 ; d < bytes ; d += 8 ) {
83 static void raid6_mmx2_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
99 for ( d = 0 ; d < bytes ; d += 16 ) {
H A Drecov_loongarch_simd.c29 static void raid6_2data_recov_lsx(int disks, size_t bytes, int faila, argument
51 raid6_call.gen_syndrome(disks, bytes, ptrs);
74 while (bytes) {
176 bytes -= 64;
186 static void raid6_datap_recov_lsx(int disks, size_t bytes, int faila, argument
203 raid6_call.gen_syndrome(disks, bytes, ptrs);
218 while (bytes) {
279 bytes -= 64;
303 static void raid6_2data_recov_lasx(int disks, size_t bytes, int faila, argument
325 raid6_call.gen_syndrome(disks, bytes, ptr
425 raid6_datap_recov_lasx(int disks, size_t bytes, int faila, void **ptrs) argument
[all...]
/linux-master/drivers/ps3/
H A Dvuart.h65 unsigned int bytes);
67 unsigned int bytes);
68 int ps3_vuart_read_async(struct ps3_system_bus_device *dev, unsigned int bytes);
71 unsigned int bytes);
/linux-master/include/linux/ceph/
H A Dstriper.h29 * @bytes: number of bytes mapped, i.e. the minimum of the full length
34 u32 bytes, void *arg);
55 u64 bytes = 0; local
59 bytes += file_extents[i].fe_len;
61 return bytes;
/linux-master/include/linux/raid/
H A Dxor.h7 extern void xor_blocks(unsigned int count, unsigned int bytes,
/linux-master/net/mac80211/
H A Dled.h71 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, int bytes) argument
75 local->tpt_led_trigger->tx_bytes += bytes;
80 ieee80211_tpt_led_trig_rx(struct ieee80211_local *local, int bytes) argument
84 local->tpt_led_trigger->rx_bytes += bytes;
/linux-master/include/net/netfilter/
H A Dnf_conntrack_acct.h16 atomic64_t bytes; member in struct:nf_conn_counter
69 unsigned int bytes);
72 unsigned int bytes)
75 nf_ct_acct_add(ct, dir, 1, bytes);
71 nf_ct_acct_update(struct nf_conn *ct, u32 dir, unsigned int bytes) argument
/linux-master/net/netfilter/
H A Dxt_repldata.h20 unsigned int bytes = 0, hooknum = 0, i = 0; \
41 tbl->repl.hook_entry[hooknum] = bytes; \
42 tbl->repl.underflow[hooknum] = bytes; \
45 bytes += sizeof(struct type##_standard); \
/linux-master/arch/riscv/include/asm/
H A Dasm-prototypes.h18 void xor_regs_2_(unsigned long bytes, unsigned long *__restrict p1,
20 void xor_regs_3_(unsigned long bytes, unsigned long *__restrict p1,
23 void xor_regs_4_(unsigned long bytes, unsigned long *__restrict p1,
27 void xor_regs_5_(unsigned long bytes, unsigned long *__restrict p1,
/linux-master/sound/soc/intel/common/
H A Dsst-dsp.c195 void sst_dsp_outbox_write(struct sst_dsp *sst, void *message, size_t bytes) argument
199 trace_sst_ipc_outbox_write(bytes);
201 memcpy_toio(sst->mailbox.out_base, message, bytes);
203 for (i = 0; i < bytes; i += 4)
208 void sst_dsp_outbox_read(struct sst_dsp *sst, void *message, size_t bytes) argument
212 trace_sst_ipc_outbox_read(bytes);
214 memcpy_fromio(message, sst->mailbox.out_base, bytes);
216 for (i = 0; i < bytes; i += 4)
221 void sst_dsp_inbox_write(struct sst_dsp *sst, void *message, size_t bytes) argument
225 trace_sst_ipc_inbox_write(bytes);
234 sst_dsp_inbox_read(struct sst_dsp *sst, void *message, size_t bytes) argument
[all...]
/linux-master/include/crypto/
H A Dchacha.h92 unsigned int bytes, int nrounds);
94 unsigned int bytes, int nrounds);
97 unsigned int bytes, int nrounds)
100 chacha_crypt_arch(state, dst, src, bytes, nrounds);
102 chacha_crypt_generic(state, dst, src, bytes, nrounds);
106 unsigned int bytes)
108 chacha_crypt(state, dst, src, bytes, 20);
96 chacha_crypt(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) argument
105 chacha20_crypt(u32 *state, u8 *dst, const u8 *src, unsigned int bytes) argument
/linux-master/fs/squashfs/
H A Dlzo_wrapper.c73 int bytes = length, res; local
77 int avail = min(bytes, ((int)bvec->bv_len) - offset);
82 bytes -= avail;
91 res = bytes = (int)out_len;
95 if (bytes <= PAGE_SIZE) {
97 memcpy(data, buff, bytes);
103 bytes -= PAGE_SIZE;
H A Dlz4_wrapper.c99 int bytes = length, res; local
102 int avail = min(bytes, ((int)bvec->bv_len) - offset);
107 bytes -= avail;
117 bytes = res;
121 if (bytes <= PAGE_SIZE) {
123 memcpy(data, buff, bytes);
129 bytes -= PAGE_SIZE;
/linux-master/drivers/mfd/
H A Dtps6507x.c37 int bytes, void *dest)
52 xfer[1].len = bytes;
65 int bytes, void *src)
72 if (bytes > TPS6507X_MAX_REGISTER)
76 memcpy(&msg[1], src, bytes);
78 ret = i2c_master_send(i2c, msg, bytes + 1);
81 if (ret != bytes + 1)
36 tps6507x_i2c_read_device(struct tps6507x_dev *tps6507x, char reg, int bytes, void *dest) argument
64 tps6507x_i2c_write_device(struct tps6507x_dev *tps6507x, char reg, int bytes, void *src) argument

Completed in 263 milliseconds

1234567891011>>