Home
last modified time | relevance | path

Searched refs:byte_count (Results 51 – 75 of 167) sorted by relevance

1234567

/linux/drivers/crypto/qce/
H A Dsha.h51 __be32 byte_count[2]; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c831 le16_to_cpu(r.eeprom->byte_count)); in mwifiex_ret_reg_access()
832 if (eeprom->byte_count < le16_to_cpu(r.eeprom->byte_count)) { in mwifiex_ret_reg_access()
833 eeprom->byte_count = 0; in mwifiex_ret_reg_access()
838 eeprom->byte_count = le16_to_cpu(r.eeprom->byte_count); in mwifiex_ret_reg_access()
839 if (eeprom->byte_count > 0) in mwifiex_ret_reg_access()
841 min((u16)MAX_EEPROM_DATA, eeprom->byte_count)); in mwifiex_ret_reg_access()
/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c170 unsigned int idx = 0, byte_count = 0; in write_coeff_plane() local
179 byte_count++; in write_coeff_plane()
180 if (byte_count == 27) { in write_coeff_plane()
182 byte_count = 0; in write_coeff_plane()
213 unsigned int byte_count = 0; in init_intra_only_probs() local
223 byte_count++; in init_intra_only_probs()
224 if (byte_count == 27) { in init_intra_only_probs()
225 byte_count = 0; in init_intra_only_probs()
/linux/drivers/net/ipa/
H A Dgsi.c1075 channel->byte_count += trans->len; in gsi_trans_tx_committed()
1078 trans->byte_count = channel->byte_count; in gsi_trans_tx_committed()
1087 u32 byte_count; in gsi_trans_tx_queued() local
1091 byte_count = channel->byte_count - channel->queued_byte_count; in gsi_trans_tx_queued()
1093 channel->queued_byte_count = channel->byte_count; in gsi_trans_tx_queued()
1096 ipa_gsi_channel_tx_queued(gsi, channel_id, trans_count, byte_count); in gsi_trans_tx_queued()
1120 u32 byte_count; in gsi_trans_tx_completed() local
1124 byte_count = trans->byte_count - channel->compl_byte_count; in gsi_trans_tx_completed()
1127 channel->compl_byte_count += byte_count; in gsi_trans_tx_completed()
1129 ipa_gsi_channel_tx_completed(gsi, channel_id, trans_count, byte_count); in gsi_trans_tx_completed()
H A Dgsi_trans.h70 u64 byte_count; /* channel byte_count when committed */ member
H A Dgsi_trans.c553 u32 byte_count = 0; in __gsi_trans_commit() local
573 byte_count += len; in __gsi_trans_commit()
587 trans->len = byte_count; in __gsi_trans_commit()
H A Dgsi.h112 u64 byte_count; /* total # bytes transferred */ member
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h96 MLXSW_ITEM16_INDEXED(pci, wqe, byte_count, 0x02, 0, 14, 0x02, 0x00, false);
171 MLXSW_ITEM32(pci, cqe, byte_count, 0x04, 0, 14);
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c308 unsigned int byte_count) in xemaclite_send_data() argument
317 if (byte_count > ETH_FRAME_LEN) in xemaclite_send_data()
318 byte_count = ETH_FRAME_LEN; in xemaclite_send_data()
344 xemaclite_aligned_write(data, (u32 __force *)addr, byte_count); in xemaclite_send_data()
346 xemaclite_writel((byte_count & XEL_TPLR_LENGTH_MASK), in xemaclite_send_data()
/linux/crypto/
H A Drmd160.c21 u64 byte_count; member
260 rctx->byte_count = 0; in rmd160_init()
277 const u32 avail = sizeof(rctx->buffer) - (rctx->byte_count & 0x3f); in rmd160_update()
279 rctx->byte_count += len; in rmd160_update()
317 bits = cpu_to_le64(rctx->byte_count << 3); in rmd160_final()
320 index = rctx->byte_count & 0x3f; in rmd160_final()
/linux/sound/pci/asihpi/
H A Dhpifunc.c1677 if (byte_count > sizeof(hm.bytes)) in hpi_cobranet_hmi_write()
1681 hm.p.byte_count = byte_count; in hpi_cobranet_hmi_write()
1683 memcpy(hm.bytes, pb_data, byte_count); in hpi_cobranet_hmi_write()
1707 hm.p.byte_count = max_byte_count; in hpi_cobranet_hmi_read()
1713 if (hr.byte_count > sizeof(hr.bytes)) in hpi_cobranet_hmi_read()
1717 *pbyte_count = hr.byte_count; in hpi_cobranet_hmi_read()
1719 if (hr.byte_count < max_byte_count) in hpi_cobranet_hmi_read()
1756 u32 byte_count; in hpi_cobranet_get_ip_address() local
1793 u32 byte_count; in hpi_cobranet_get_static_ip_address() local
1830 u32 byte_count; in hpi_cobranet_get_macaddress() local
[all …]
/linux/include/linux/mlx4/
H A Dqp.h437 __be32 byte_count; member
448 __be32 byte_count; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h43 u64 byte_count; member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dbmi.h221 __le32 byte_count; /* size of this structure */ member
/linux/include/linux/mlx5/
H A Dqp.h364 __be32 byte_count; member
427 __be32 byte_count; member
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c183 size_t byte_count) in ocs_ecc_read_cx_out() argument
186 byte_count); in ocs_ecc_read_cx_out()
197 size_t byte_count) in ocs_ecc_read_cy_out() argument
200 byte_count); in ocs_ecc_read_cy_out()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi_dma.c775 uint32_t byte_count, in si_dma_emit_copy_buffer() argument
779 1, 0, 0, byte_count); in si_dma_emit_copy_buffer()
799 uint32_t byte_count) in si_dma_emit_fill_buffer() argument
802 0, 0, 0, byte_count / 4); in si_dma_emit_fill_buffer()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dparams.c685 u32 byte_count = MLX5E_SW2HW_MTU(params, params->sw_mtu); in mlx5e_build_rq_frags_info() local
698 info->arr[0].frag_size = byte_count; in mlx5e_build_rq_frags_info()
717 if (byte_count > max_mtu || params->xdp_prog) { in mlx5e_build_rq_frags_info()
723 if (byte_count > max_mtu) { in mlx5e_build_rq_frags_info()
731 while (buf_size < byte_count) { in mlx5e_build_rq_frags_info()
732 int frag_size = byte_count - buf_size; in mlx5e_build_rq_frags_info()
/linux/drivers/md/dm-vdo/indexer/
H A Ddelta-index.c959 u16 byte_count; in restore_delta_list_to_zone() local
977 byte_count = BITS_TO_BYTES(bit_count); in restore_delta_list_to_zone()
978 if (save_info->byte_count != byte_count) { in restore_delta_list_to_zone()
981 save_info->byte_count, byte_count); in restore_delta_list_to_zone()
1006 .byte_count = get_unaligned_le16(&buffer[2]), in restore_delta_list_data()
1011 (save_info.byte_count > DELTA_LIST_MAX_BYTE_COUNT)) { in restore_delta_list_data()
1028 save_info.byte_count); in restore_delta_list_data()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nvme.h72 __le32 byte_count; /* Total byte count. */ member
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drx.h61 __le32 byte_count; member
92 __le16 byte_count; member
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dci_smumgr.c125 while (byte_count >= 4) { in ci_copy_bytes_to_smc()
137 byte_count -= 4; in ci_copy_bytes_to_smc()
141 if (0 != byte_count) { in ci_copy_bytes_to_smc()
153 extra_shift = 8 * (4 - byte_count); in ci_copy_bytes_to_smc()
155 while (byte_count > 0) { in ci_copy_bytes_to_smc()
158 byte_count--; in ci_copy_bytes_to_smc()
2315 uint32_t byte_count, start_addr; in ci_load_smc_ucode() local
2325 byte_count = info.image_size; in ci_load_smc_ucode()
2329 if (byte_count > SMC_RAM_END) { in ci_load_smc_ucode()
2337 for (; byte_count >= 4; byte_count -= 4) { in ci_load_smc_ucode()
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h41 u_short byte_count; /* excluding header/trailer */ member
/linux/drivers/infiniband/hw/mlx4/
H A Dsrq.c346 scat[i].byte_count = cpu_to_be32(wr->sg_list[i].length); in mlx4_ib_post_srq_recv()
352 scat[i].byte_count = 0; in mlx4_ib_post_srq_recv()
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss.h192 u64 byte_count; /* number of bytes "uploaded" to the device */ member

1234567