Home
last modified time | relevance | path

Searched refs:out_sz (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dvport.c263 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()
565 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
568 out = kvzalloc(out_sz, GFP_KERNEL); in mlx5_query_hca_vport_gid()
589 err = mlx5_cmd_exec(dev, in, in_sz, out, out_sz); in mlx5_query_hca_vport_gid()
630 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
633 out = kvzalloc(out_sz, GFP_KERNEL); in mlx5_query_hca_vport_pkey()
654 err = mlx5_cmd_exec(dev, in, in_sz, out, out_sz); in mlx5_query_hca_vport_pkey()
[all …]
A Dfw.c738 u8 out_sz = MLX5_ST_SZ_BYTES(mcqs_reg); in mlx5_reg_mcqs_query() local
742 memset(out, 0, out_sz); in mlx5_reg_mcqs_query()
747 out_sz, MLX5_REG_MCQS, 0, 0); in mlx5_reg_mcqs_query()
A Dmain.c366 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()
/linux/drivers/platform/x86/amd/pmf/
A Dacpi.c50 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()
122 u32 index, void *data, size_t out_sz) in apts_if_call_store_buffer() argument
146 if (size < out_sz) { in apts_if_call_store_buffer()
152 memcpy(data, info->buffer.pointer, out_sz); in apts_if_call_store_buffer()
/linux/drivers/infiniband/hw/mlx5/
A Dstd_types.c86 size_t out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in fill_vport_vhca_id() local
91 out = kzalloc(out_sz, GFP_KERNEL); in fill_vport_vhca_id()
102 err = mlx5_cmd_exec(mdev, in, sizeof(in), out, out_sz); in fill_vport_vhca_id()
A Dib_virt.c123 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()
/linux/arch/powerpc/platforms/pseries/
A Diommu.c1190 int ret, out_sz; in query_ddw() local
1199 out_sz = 6; in query_ddw()
1201 out_sz = 5; in query_ddw()
1214 ret = rtas_call(ddw_avail[DDW_QUERY_PE_DMA_WIN], 3, out_sz, query_out, in query_ddw()
1217 switch (out_sz) { in query_ddw()

Completed in 25 milliseconds