Searched refs:in_sz (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | vport.c | 324 int in_sz; in mlx5_modify_nic_vport_mac_list() local 339 in = kvzalloc(in_sz, GFP_KERNEL); in mlx5_modify_nic_vport_mac_list() 376 int in_sz; in mlx5_modify_nic_vport_vlans() local 390 in = kvzalloc(in_sz, GFP_KERNEL); in mlx5_modify_nic_vport_vlans() 542 int in_sz = MLX5_ST_SZ_BYTES(query_hca_vport_gid_in); in mlx5_query_hca_vport_gid() local 567 in = kvzalloc(in_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() 632 in = kvzalloc(in_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() 994 in = kvzalloc(in_sz, GFP_KERNEL); in mlx5_core_query_vport_counter() [all …]
|
| /linux-6.15/include/uapi/linux/ |
| H A D | mshv.h | 203 __u16 in_sz; member
|
| /linux-6.15/drivers/hv/ |
| H A D | mshv_root_main.c | 171 if (args.status || !args.in_ptr || args.in_sz < sizeof(u64) || in mshv_ioctl_passthru_hvcall() 172 mshv_field_nonzero(args, rsvd) || args.in_sz > HV_HYP_PAGE_SIZE) in mshv_ioctl_passthru_hvcall() 207 args.in_sz)) { in mshv_ioctl_passthru_hvcall()
|