Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_bdev.c38 static int run_cmd(const char *cmd, char *out, size_t out_sz) in run_cmd() argument
47 if (out && out_sz > 0) { in run_cmd()
48 if (!fgets(out, out_sz, fp)) in run_cmd()
/linux/drivers/infiniband/hw/mlx5/
H 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/include/uapi/linux/
H A Dmshv.h240 __u16 out_sz; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c763 u8 out_sz = MLX5_ST_SZ_BYTES(mcqs_reg); in mlx5_reg_mcqs_query() local
767 memset(out, 0, out_sz); in mlx5_reg_mcqs_query()
772 out_sz, MLX5_REG_MCQS, 0, 0); in mlx5_reg_mcqs_query()
H A Dmain.c302 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_core_get_caps_mode() local
312 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_core_get_caps_mode()
/linux/drivers/hv/
H A Dmshv_root_main.c192 if (args.out_ptr && (!args.out_sz || args.out_sz > HV_HYP_PAGE_SIZE)) in mshv_ioctl_passthru_hvcall()
266 copy_to_user((void __user *)args.out_ptr, output_pg, args.out_sz)) in mshv_ioctl_passthru_hvcall()