Searched refs:out_sz (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | jobdesc.c | 124 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_dek() local 126 uint8_t wrapped_key_hdr[8] = {HDR_TAG, 0x00, WRP_HDR_SIZE + out_sz, in inline_cnstr_jobdesc_blob_dek() 130 memset(dek_blob, 0, out_sz + 8); in inline_cnstr_jobdesc_blob_dek() 167 append_cmd_ptr(desc, (dma_addr_t)dek_blob + 8, out_sz, CMD_SEQ_OUT_PTR); in inline_cnstr_jobdesc_blob_dek() 216 uint32_t out_sz = in_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_encap() local 228 append_seq_out_ptr(desc, dma_addr_out, out_sz, 0); in inline_cnstr_jobdesc_blob_encap() 235 uint32_t out_sz) in inline_cnstr_jobdesc_blob_decap() argument 239 uint32_t in_sz = out_sz + KEY_BLOB_SIZE + MAC_SIZE; in inline_cnstr_jobdesc_blob_decap() 251 append_seq_out_ptr(desc, dma_addr_out, out_sz, 0); in inline_cnstr_jobdesc_blob_decap()
|
| H A D | fsl_blob.c | 78 int out_sz = WRP_HDR_SIZE + len + KEY_BLOB_SIZE + MAC_SIZE; in blob_dek() local 96 size = roundup(sizeof(uint8_t) * out_sz, ARCH_DMA_MINALIGN); in blob_dek() 108 size = roundup(out_sz, ARCH_DMA_MINALIGN); in blob_dek() 112 for (i = 0; i < out_sz; i++) in blob_dek()
|
| H A D | jobdesc.h | 41 uint32_t out_sz);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | vport.c | 262 int out_sz; in mlx5_query_nic_vport_mac_list() local 279 out_sz = MLX5_ST_SZ_BYTES(query_nic_vport_context_in) + in mlx5_query_nic_vport_mac_list() 282 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_query_nic_vport_mac_list() 292 err = mlx5_cmd_exec(dev, in, sizeof(in), out, out_sz); in mlx5_query_nic_vport_mac_list() 518 int out_sz = MLX5_ST_SZ_BYTES(query_hca_vport_gid_out); in mlx5_query_hca_vport_gid() local 540 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid() 543 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_query_hca_vport_gid() 564 err = mlx5_cmd_exec(dev, in, in_sz, out, out_sz); in mlx5_query_hca_vport_gid() 584 int out_sz = MLX5_ST_SZ_BYTES(query_hca_vport_pkey_out); in mlx5_query_hca_vport_pkey() local 605 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey() [all …]
|
| H A D | fw.c | 705 u8 out_sz = MLX5_ST_SZ_BYTES(mcqs_reg); in mlx5_reg_mcqs_query() local 709 memset(out, 0, out_sz); in mlx5_reg_mcqs_query() 714 out_sz, MLX5_REG_MCQS, 0, 0); in mlx5_reg_mcqs_query()
|
| H A D | main.c | 366 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_core_get_caps_mode() local 372 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_core_get_caps_mode()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | ib_virt.c | 124 int out_sz = MLX5_ST_SZ_BYTES(query_vport_counter_out); in mlx5_ib_get_vf_stats() local 133 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_ib_get_vf_stats()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 939 int ret, out_sz; in query_ddw() local 948 out_sz = 6; in query_ddw() 950 out_sz = 5; in query_ddw() 963 ret = rtas_call(ddw_avail[DDW_QUERY_PE_DMA_WIN], 3, out_sz, query_out, in query_ddw() 969 switch (out_sz) { in query_ddw()
|