Searched refs:byte_count (Results 1 - 25 of 167) sorted by relevance

1234567

/linux-master/drivers/net/ipa/
H A Dipa_gsi.h39 * @byte_count: Number of bytes to transfer represented by transactions
45 u32 byte_count);
52 * @byte_count: Number of bytes transferred represented by transactions
58 u32 byte_count);
H A Dipa_gsi.c30 u32 byte_count)
37 netdev_sent_queue(endpoint->netdev, byte_count);
41 u32 byte_count)
48 netdev_completed_queue(endpoint->netdev, count, byte_count);
29 ipa_gsi_channel_tx_queued(struct gsi *gsi, u32 channel_id, u32 count, u32 byte_count) argument
40 ipa_gsi_channel_tx_completed(struct gsi *gsi, u32 channel_id, u32 count, u32 byte_count) argument
/linux-master/include/crypto/
H A Dmd5.h22 u64 byte_count; member in struct:md5_state
/linux-master/fs/smb/common/
H A Dmd4.h19 u64 byte_count; member in struct:md4_ctx
/linux-master/sound/soc/amd/raven/
H A Dacp3x.h127 u64 byte_count; local
132 byte_count = rv_readl(rtd->acp3x_base +
134 byte_count |= rv_readl(rtd->acp3x_base +
139 byte_count = rv_readl(rtd->acp3x_base +
141 byte_count |= rv_readl(rtd->acp3x_base +
148 byte_count = rv_readl(rtd->acp3x_base +
150 byte_count |= rv_readl(rtd->acp3x_base +
155 byte_count = rv_readl(rtd->acp3x_base +
157 byte_count |= rv_readl(rtd->acp3x_base +
161 return byte_count;
[all...]
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_smc.c123 const u8 *src, u32 byte_count, u32 limit)
128 if ((smc_start_address + byte_count) > limit)
151 } else if (byte_count > 0) {
153 byte_count--;
173 while (byte_count >= 4) {
184 byte_count -= 4;
189 if (byte_count > 0) {
198 extra_shift = 8 * (4 - byte_count);
200 while (byte_count > 0) {
203 byte_count
121 amdgpu_kv_copy_bytes_to_smc(struct amdgpu_device *adev, u32 smc_start_address, const u8 *src, u32 byte_count, u32 limit) argument
[all...]
H A Dsi_smc.c49 const u8 *src, u32 byte_count, u32 limit)
57 if ((smc_start_address + byte_count) > limit)
63 while (byte_count >= 4) {
74 byte_count -= 4;
79 if (byte_count > 0) {
87 extra_shift = 8 * (4 - byte_count);
89 while (byte_count > 0) {
92 byte_count--;
47 amdgpu_si_copy_bytes_to_smc(struct amdgpu_device *adev, u32 smc_start_address, const u8 *src, u32 byte_count, u32 limit) argument
/linux-master/sound/soc/amd/vangogh/
H A Dacp5x.h155 union acp_dma_count byte_count; local
160 byte_count.bcount.high =
163 byte_count.bcount.low =
169 byte_count.bcount.high =
172 byte_count.bcount.low =
179 byte_count.bcount.high =
182 byte_count.bcount.low =
188 byte_count.bcount.high =
191 byte_count.bcount.low =
196 return byte_count
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dkv_smc.c119 const u8 *src, u32 byte_count, u32 limit)
124 if ((smc_start_address + byte_count) > limit)
147 } else if (byte_count > 0) {
149 byte_count--;
169 while (byte_count >= 4) {
180 byte_count -= 4;
185 if (byte_count > 0) {
194 extra_shift = 8 * (4 - byte_count);
196 while (byte_count > 0) {
199 byte_count
117 kv_copy_bytes_to_smc(struct radeon_device *rdev, u32 smc_start_address, const u8 *src, u32 byte_count, u32 limit) argument
[all...]
H A Dsi_smc.c49 const u8 *src, u32 byte_count, u32 limit)
57 if ((smc_start_address + byte_count) > limit)
63 while (byte_count >= 4) {
74 byte_count -= 4;
79 if (byte_count > 0) {
88 extra_shift = 8 * (4 - byte_count);
90 while (byte_count > 0) {
93 byte_count--;
47 si_copy_bytes_to_smc(struct radeon_device *rdev, u32 smc_start_address, const u8 *src, u32 byte_count, u32 limit) argument
H A Dci_smc.c49 const u8 *src, u32 byte_count, u32 limit)
59 if ((smc_start_address + byte_count) > limit)
65 while (byte_count >= 4) {
76 byte_count -= 4;
81 if (byte_count > 0) {
90 extra_shift = 8 * (4 - byte_count);
92 while (byte_count > 0) {
94 byte_count--;
47 ci_copy_bytes_to_smc(struct radeon_device *rdev, u32 smc_start_address, const u8 *src, u32 byte_count, u32 limit) argument
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h102 __be32 byte_count; member in struct:mthca_data_seg
119 dseg->byte_count = cpu_to_be32(sg->length);
126 dseg->byte_count = 0;
/linux-master/arch/sparc/crypto/
H A Dmd5_glue.c41 mctx->byte_count = 0;
51 sctx->byte_count += len;
71 unsigned int partial = sctx->byte_count % MD5_HMAC_BLOCK_SIZE;
75 sctx->byte_count += len;
92 bits = cpu_to_le64(sctx->byte_count << 3);
95 index = sctx->byte_count % MD5_HMAC_BLOCK_SIZE;
100 sctx->byte_count += padlen;
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c76 mctx->byte_count = 0;
85 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f);
89 mctx->byte_count += len;
124 const unsigned int offset = mctx->byte_count & 0x3f;
143 mctx->block[14] = mctx->byte_count << 3;
144 mctx->block[15] = mctx->byte_count >> 29;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Doffload.h50 * @byte_count: frame's byte count
59 __le32 byte_count; member in struct:iwl_stored_beacon_notif_common
66 * @data: beacon data, length in @byte_count
79 * @data: beacon data, length in @byte_count
/linux-master/arch/powerpc/crypto/
H A Dmd5-glue.c38 sctx->byte_count = 0;
47 const unsigned int offset = sctx->byte_count & 0x3f;
51 sctx->byte_count += len;
78 const unsigned int offset = sctx->byte_count & 0x3f;
95 *pbits = cpu_to_le64(sctx->byte_count << 3);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.c49 int smu7_copy_bytes_from_smc(struct pp_hwmgr *hwmgr, uint32_t smc_start_address, uint32_t *dest, uint32_t byte_count, uint32_t limit) argument
58 PP_ASSERT_WITH_CODE((limit > (smc_start_address + byte_count)), "SMC address is beyond the SMC RAM area.", return -EINVAL);
62 while (byte_count >= 4) {
68 byte_count -= 4;
72 if (byte_count) {
77 for (i = 0; i < byte_count; i++)
86 const uint8_t *src, uint32_t byte_count, uint32_t limit)
95 PP_ASSERT_WITH_CODE((limit > (smc_start_address + byte_count)), "SMC address is beyond the SMC RAM area.", return -EINVAL);
99 while (byte_count >= 4) {
111 byte_count
85 smu7_copy_bytes_to_smc(struct pp_hwmgr *hwmgr, uint32_t smc_start_address, const uint8_t *src, uint32_t byte_count, uint32_t limit) argument
456 uint32_t byte_count = length; local
[all...]
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-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c68 octx->byte_count = op->byte_count + op->len;
72 if (op->byte_count) {
93 op->byte_count = ictx->byte_count & ~0x3F;
94 op->len = ictx->byte_count & 0x3F;
110 octx->count = op->byte_count + op->len;
114 if (op->byte_count) {
136 op->byte_count = ictx->count & ~0x3F;
206 op->byte_count, are
[all...]
/linux-master/crypto/
H A Dansi_cprng.c185 unsigned int byte_count = (unsigned int)nbytes; local
203 byte_count = DEFAULT_BLK_SZ;
213 byte_count, ctx);
228 if (byte_count < DEFAULT_BLK_SZ) {
233 byte_count--;
235 if (byte_count == 0)
243 for (; byte_count >= DEFAULT_BLK_SZ; byte_count -= DEFAULT_BLK_SZ) {
261 if (byte_count)
H A Dmd4.c39 u64 byte_count; member in struct:md4_ctx
147 mctx->byte_count = 0;
155 const u32 avail = sizeof(mctx->block) - (mctx->byte_count & 0x3f);
157 mctx->byte_count += len;
187 const unsigned int offset = mctx->byte_count & 0x3f;
200 mctx->block[14] = mctx->byte_count << 3;
201 mctx->block[15] = mctx->byte_count >> 29;
/linux-master/drivers/crypto/qce/
H A Dsha.h33 * @byte_count: byte count
51 __be32 byte_count[2]; member in struct:qce_sha_reqctx
/linux-master/init/
H A Dinitramfs.c226 static unsigned long byte_count __initdata;
233 byte_count -= n;
242 if (byte_count >= size) {
265 if (byte_count < n)
266 n = byte_count;
311 if (this_header + byte_count < next_header) {
312 eat(byte_count);
323 while (byte_count && *victim == '\0')
325 if (byte_count && (this_header & 3))
404 if (byte_count >
[all...]
/linux-master/fs/smb/client/
H A Dcifssmb.c673 __u16 params, param_offset, offset, byte_count; local
715 byte_count = 3 /* pad */ + params + sizeof(struct unlink_psx_rq);
723 inc_rfc1001_len(pSMB, byte_count);
724 pSMB->ByteCount = cpu_to_le16(byte_count);
882 __u16 params, param_offset, offset, byte_count, count; local
926 byte_count = 3 /* pad */ + params + count;
934 inc_rfc1001_len(pSMB, byte_count);
935 pSMB->ByteCount = cpu_to_le16(byte_count);
1499 __u16 byte_count; local
1567 byte_count
1978 __u16 params, param_offset, offset, byte_count, count; local
2229 __u16 params, param_offset, offset, count, byte_count; local
2375 __u16 params, param_offset, offset, byte_count; local
2462 __u16 params, param_offset, offset, byte_count; local
2614 __u16 params, byte_count; local
3040 __u16 params, byte_count; local
3131 __u16 params, byte_count, data_count, param_offset, offset; local
3220 __u16 params, byte_count; local
3480 __u16 byte_count, param_count, data_count, param_offset, data_offset; local
3615 __u16 params, byte_count; local
3687 __u16 params, byte_count; local
3782 __u16 params, byte_count; local
3854 __u16 params, byte_count; local
3936 __u16 params, byte_count; local
4077 __u16 params, byte_count; local
4236 __u16 params, byte_count; local
4330 __u16 params, byte_count; local
4444 __u16 params, byte_count; local
4531 __u16 params, byte_count; local
4617 __u16 params, byte_count; local
4687 __u16 params, byte_count; local
4758 __u16 params, byte_count; local
4827 __u16 params, param_offset, offset, byte_count; local
4903 __u16 params, byte_count; local
5006 __u16 params, byte_count, data_count, param_offset, offset; local
5089 __u16 params, param_offset, offset, byte_count, count; local
5173 __u16 params, param_offset, offset, byte_count, count; local
5238 __u16 params, param_offset, offset, byte_count, count; local
5333 __u16 params, param_offset, offset, byte_count, count; local
5459 u16 params, param_offset, offset, byte_count, count; local
5529 __u16 params, param_offset, offset, count, byte_count; local
5620 __u16 params, byte_count, data_offset; local
5800 __u16 params, param_offset, byte_count, offset, count; local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_counters.c383 * | counter_idx | packet_count | byte_count |
387 u64 packet_count, byte_count; local
393 byte_count = le16_to_cpu(*(const __le16 *)(entry + 10)) |
396 packet_count, byte_count, mark);
467 u64 packet_count, byte_count; local
484 byte_count = efx_tc_read48((const __le16 *)byte_count_p);
492 if (packet_count || byte_count != 1)
495 packet_count, byte_count);
497 byte_count = 0;
501 byte_count, mar
[all...]

Completed in 386 milliseconds

1234567