Home
last modified time | relevance | path

Searched refs:byte_count (Results 26 – 50 of 167) sorted by relevance

1234567

/linux/drivers/net/ipa/
H A Dipa_gsi.h45 u32 byte_count);
58 u32 byte_count);
/linux/drivers/acpi/acpica/
H A Dpsargs.c47 u32 byte_count; in acpi_ps_get_next_package_length() local
56 byte_count = (aml[0] >> 6); in acpi_ps_get_next_package_length()
57 parser_state->aml += ((acpi_size)byte_count + 1); in acpi_ps_get_next_package_length()
61 while (byte_count) { in acpi_ps_get_next_package_length()
69 package_length |= (aml[byte_count] << ((byte_count << 3) - 4)); in acpi_ps_get_next_package_length()
72 byte_count--; in acpi_ps_get_next_package_length()
/linux/scripts/mod/
H A Dsumversion.c43 uint64_t byte_count; member
166 mctx->byte_count = 0; in md4_init()
172 const uint32_t avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md4_update()
174 mctx->byte_count += len; in md4_update()
201 const unsigned int offset = mctx->byte_count & 0x3f; in md4_final_ascii()
214 mctx->block[14] = mctx->byte_count << 3; in md4_final_ascii()
215 mctx->block[15] = mctx->byte_count >> 29; in md4_final_ascii()
/linux/crypto/
H A Dmd5.c137 mctx->byte_count = 0; in md5_init()
145 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f); in md5_update()
147 mctx->byte_count += len; in md5_update()
177 const unsigned int offset = mctx->byte_count & 0x3f; in md5_final()
190 mctx->block[14] = mctx->byte_count << 3; in md5_final()
191 mctx->block[15] = mctx->byte_count >> 29; in md5_final()
/linux/drivers/scsi/aacraid/
H A Daachba.c3796 unsigned long byte_count = 0; in aac_build_sg() local
3830 return byte_count; in aac_build_sg()
3858 byte_count += count; in aac_build_sg64()
3874 return byte_count; in aac_build_sg64()
3906 byte_count += count; in aac_build_sgraw()
3922 return byte_count; in aac_build_sgraw()
3959 byte_count += count; in aac_build_sgraw2()
4003 return byte_count; in aac_build_sgraw2()
4055 byte_count = nseg; in aac_build_sghba()
4074 byte_count += count; in aac_build_sghba()
[all …]
H A Dcommctrl.c497 u32 byte_count = 0; in aac_send_raw_srb() local
646 byte_count = 0; in aac_send_raw_srb()
698 byte_count += sg_count[i]; in aac_send_raw_srb()
758 byte_count += sg_count[i]; in aac_send_raw_srb()
814 byte_count += sg_count[i]; in aac_send_raw_srb()
819 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
870 byte_count += usg->sg[i].count; in aac_send_raw_srb()
910 byte_count += sg_count[i]; in aac_send_raw_srb()
914 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
956 reply.data_xfer_length = byte_count; in aac_send_raw_srb()
[all …]
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.h57 uint32_t *dest, uint32_t byte_count, uint32_t limit);
59 const uint8_t *src, uint32_t byte_count, uint32_t limit);
/linux/drivers/gpu/drm/i915/gvt/
H A Dedid.c296 int byte_count = byte_left; in gmbus3_mmio_read() local
306 if (byte_count > 4) in gmbus3_mmio_read()
307 byte_count = 4; in gmbus3_mmio_read()
308 for (i = 0; i < byte_count; i++) { in gmbus3_mmio_read()
313 memcpy(&vgpu_vreg(vgpu, offset), &reg_data, byte_count); in gmbus3_mmio_read()
/linux/sound/soc/amd/ps/
H A Dps-pdm-dma.c241 u64 byte_count; in acp63_pdm_get_byte_count() local
244 byte_count = high; in acp63_pdm_get_byte_count()
246 byte_count = (byte_count << 32) | low; in acp63_pdm_get_byte_count()
247 return byte_count; in acp63_pdm_get_byte_count()
H A Dps-sdw-dma.c307 union acp_sdw_dma_count byte_count; in acp63_sdw_get_byte_count() local
310 byte_count.bytescount = 0; in acp63_sdw_get_byte_count()
324 byte_count.bcount.high = readl(acp_base + pos_high_reg); in acp63_sdw_get_byte_count()
325 byte_count.bcount.low = readl(acp_base + pos_low_reg); in acp63_sdw_get_byte_count()
328 return byte_count.bytescount; in acp63_sdw_get_byte_count()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c77 (u8 *)&targ_info->byte_count, in ath6kl_bmi_get_target_info()
78 sizeof(targ_info->byte_count)); in ath6kl_bmi_get_target_info()
89 if (le32_to_cpu(targ_info->byte_count) != sizeof(*targ_info)) { in ath6kl_bmi_get_target_info()
97 sizeof(targ_info->byte_count), in ath6kl_bmi_get_target_info()
99 sizeof(targ_info->byte_count)); in ath6kl_bmi_get_target_info()
103 targ_info->byte_count, ret); in ath6kl_bmi_get_target_info()
/linux/fs/smb/client/
H A Dsmb1ops.c294 unsigned int byte_count, total_in_tgt; in coalesce_t2() local
344 byte_count = get_bcc(target_hdr); in coalesce_t2()
345 byte_count += total_in_src; in coalesce_t2()
347 if (byte_count > USHRT_MAX) { in coalesce_t2()
348 cifs_dbg(FYI, "coalesced BCC too large (%u)\n", byte_count); in coalesce_t2()
351 put_bcc(byte_count, target_hdr); in coalesce_t2()
353 byte_count = be32_to_cpu(target_hdr->smb_buf_length); in coalesce_t2()
354 byte_count += total_in_src; in coalesce_t2()
356 if (byte_count > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { in coalesce_t2()
358 byte_count); in coalesce_t2()
[all …]
/linux/sound/pci/asihpi/
H A Dhpicmn.c191 unsigned int byte_count = 0; in control_cache_alloc_check() local
199 &p_master_cache[byte_count]; in control_cache_alloc_check()
233 byte_count += info->size_in32bit_words * 4; in control_cache_alloc_check()
245 if (byte_count >= pC->cache_size_in_bytes) in control_cache_alloc_check()
252 if (byte_count != pC->cache_size_in_bytes) in control_cache_alloc_check()
255 pC->adap_idx, byte_count, in control_cache_alloc_check()
260 pC->adap_idx, byte_count); in control_cache_alloc_check()
/linux/sound/soc/amd/acp/
H A Damd.h255 u64 byte_count = 0, low = 0, high = 0; in acp_get_byte_count() local
299 byte_count = (high << 32) | low; in acp_get_byte_count()
302 return byte_count; in acp_get_byte_count()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sdma.h134 uint32_t byte_count,
150 uint32_t byte_count);
/linux/drivers/acpi/
H A Dmipi-disco-img.c541 int byte_count = ret; in init_csi2_port() local
552 if (byte_count > sizeof(mask)) { in init_csi2_port()
554 byte_count); in init_csi2_port()
555 byte_count = sizeof(mask); in init_csi2_port()
558 val, byte_count); in init_csi2_port()
560 for (i = 0; i < byte_count; i++) in init_csi2_port()
/linux/drivers/net/mctp/
H A Dmctp-i2c.c105 u8 byte_count; member
297 if (hdr->byte_count + offsetof(struct mctp_i2c_hdr, source_slave) != recvlen) { in mctp_i2c_recv()
460 if (skb->len != hdr->byte_count + 3) { in mctp_i2c_xmit()
463 hdr->byte_count + 3, skb->len); in mctp_i2c_xmit()
476 pecp = (void *)&hdr->source_slave + hdr->byte_count; in mctp_i2c_xmit()
477 *pecp = i2c_smbus_pec(0, (u8 *)hdr, hdr->byte_count + 3); in mctp_i2c_xmit()
480 msg.len = 2 + hdr->byte_count + 1; in mctp_i2c_xmit()
559 hdr->byte_count = len + 1; in mctp_i2c_header_create()
/linux/sound/soc/amd/yc/
H A Dacp6x-pdm-dma.c238 union acp_pdm_dma_count byte_count; in acp6x_pdm_get_byte_count() local
240 byte_count.bcount.high = in acp6x_pdm_get_byte_count()
242 byte_count.bcount.low = in acp6x_pdm_get_byte_count()
244 return byte_count.bytescount; in acp6x_pdm_get_byte_count()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_meta.c158 u32 byte_count = l1_data->cmd_data[1]; in meta_ldr_cmd_zeromem() local
170 err = pvr_fw_find_mmu_segment(pvr_dev, offset, byte_count, fw_code_ptr, fw_data_ptr, in meta_ldr_cmd_zeromem()
175 offset, byte_count); in meta_ldr_cmd_zeromem()
179 memset(write_addr, 0, byte_count); in meta_ldr_cmd_zeromem()
/linux/drivers/dma/
H A Dmv_xor.h165 u32 byte_count; /* size of src/dst blocks in bytes */ member
179 u32 byte_count; /* size of src/dst blocks in bytes */ member
/linux/include/crypto/
H A Dmd5.h22 u64 byte_count; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h218 inline_dseg->byte_count = cpu_to_be32(dma_len | MLX5_INLINE_SEG); in mlx5e_xdp_mpwqe_add_dseg()
227 dseg->byte_count = cpu_to_be32(dma_len); in mlx5e_xdp_mpwqe_add_dseg()
/linux/sound/soc/amd/renoir/
H A Dacp3x-pdm-dma.c262 union acp_pdm_dma_count byte_count; in acp_pdm_get_byte_count() local
264 byte_count.bcount.high = in acp_pdm_get_byte_count()
267 byte_count.bcount.low = in acp_pdm_get_byte_count()
270 return byte_count.bytescount; in acp_pdm_get_byte_count()
/linux/fs/smb/common/
H A Dmd4.h19 u64 byte_count; member
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Doffload.h59 __le32 byte_count; member

1234567