/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jobdesc.c | 123 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_dek() local 125 uint8_t wrapped_key_hdr[8] = {HDR_TAG, 0x00, WRP_HDR_SIZE + out_sz, in inline_cnstr_jobdesc_blob_dek() 129 memset(dek_blob, 0, out_sz + 8); in inline_cnstr_jobdesc_blob_dek() 166 append_cmd_ptr(desc, (dma_addr_t)dek_blob + 8, out_sz, CMD_SEQ_OUT_PTR); in inline_cnstr_jobdesc_blob_dek() 215 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_encap() local 227 append_seq_out_ptr(desc, dma_addr_out, out_sz, 0); in inline_cnstr_jobdesc_blob_encap() 234 uint32_t out_sz) in inline_cnstr_jobdesc_blob_decap() argument 238 uint32_t in_sz = out_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_decap() 250 append_seq_out_ptr(desc, dma_addr_out, out_sz, 0); in inline_cnstr_jobdesc_blob_decap()
|
H A D | fsl_blob.c | 152 int out_sz = WRP_HDR_SIZE + len + KEY_BLOB_SIZE + MAC_SIZE; in blob_dek() local 170 size = roundup(sizeof(uint8_t) * out_sz, ARCH_DMA_MINALIGN); in blob_dek() 182 size = roundup(out_sz, ARCH_DMA_MINALIGN); in blob_dek() 186 for (i = 0; i < out_sz; i++) in blob_dek()
|
H A D | jobdesc.h | 40 uint32_t out_sz);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | vport.c | 263 int out_sz; in mlx5_query_nic_vport_mac_list() local 280 out_sz = MLX5_ST_SZ_BYTES(query_nic_vport_context_out) + in mlx5_query_nic_vport_mac_list() 283 out = kvzalloc(out_sz, GFP_KERNEL); in mlx5_query_nic_vport_mac_list() 294 err = mlx5_cmd_exec(dev, in, sizeof(in), out, out_sz); in mlx5_query_nic_vport_mac_list() 522 int out_sz = MLX5_ST_SZ_BYTES(query_hca_vport_gid_out); in mlx5_query_hca_vport_gid() local 544 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid() 547 out = kvzalloc(out_sz, GFP_KERNEL); in mlx5_query_hca_vport_gid() 568 err = mlx5_cmd_exec(dev, in, in_sz, out, out_sz); in mlx5_query_hca_vport_gid() 588 int out_sz = MLX5_ST_SZ_BYTES(query_hca_vport_pkey_out); in mlx5_query_hca_vport_pkey() local 609 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey() [all …]
|
H A D | fw.c | 737 u8 out_sz = MLX5_ST_SZ_BYTES(mcqs_reg); in mlx5_reg_mcqs_query() local 741 memset(out, 0, out_sz); in mlx5_reg_mcqs_query() 746 out_sz, MLX5_REG_MCQS, 0, 0); in mlx5_reg_mcqs_query()
|
H A D | main.c | 374 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_core_get_caps_mode() local 380 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_core_get_caps_mode()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | std_types.c | 85 size_t out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in fill_vport_vhca_id() local 90 out = kzalloc(out_sz, GFP_KERNEL); in fill_vport_vhca_id() 101 err = mlx5_cmd_exec(mdev, in, sizeof(in), out, out_sz); in fill_vport_vhca_id()
|
H A D | ib_virt.c | 123 int out_sz = MLX5_ST_SZ_BYTES(query_vport_counter_out); in mlx5_ib_get_vf_stats() local 132 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_ib_get_vf_stats()
|
/openbmc/linux/drivers/platform/x86/amd/pmf/ |
H A D | acpi.c | 50 static int apmf_if_call_store_buffer(struct amd_pmf_dev *pdev, int fn, void *dest, size_t out_sz) in apmf_if_call_store_buffer() argument 80 if (size < out_sz) { in apmf_if_call_store_buffer() 86 memcpy(dest, info->buffer.pointer, out_sz); in apmf_if_call_store_buffer()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 1089 int ret, out_sz; in query_ddw() local 1098 out_sz = 6; in query_ddw() 1100 out_sz = 5; in query_ddw() 1113 ret = rtas_call(ddw_avail[DDW_QUERY_PE_DMA_WIN], 3, out_sz, query_out, in query_ddw() 1116 switch (out_sz) { in query_ddw()
|
/openbmc/qemu/hw/misc/ |
H A D | trace-events | 309 …erty(uint32_t tag, uint32_t bufsize, size_t resplen) "mbox property tag:0x%08x in_sz:%u out_sz:%zu"
|