Searched refs:query_out_sz (Results 1 – 3 of 3) sorted by relevance
804 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_esw_vport_caps_get() local812 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_esw_vport_caps_get()827 memset(query_ctx, 0, query_out_sz); in mlx5_esw_vport_caps_get()1672 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_esw_sf_max_hpf_functions() local1682 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_esw_sf_max_hpf_functions()
4278 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_devlink_port_fn_migratable_set() local4300 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_devlink_port_fn_migratable_set()4354 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_devlink_port_fn_roce_set() local4372 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_devlink_port_fn_roce_set()4594 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_devlink_port_fn_max_io_eqs_get() local4615 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_devlink_port_fn_max_io_eqs_get()4644 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_devlink_port_fn_max_io_eqs_set() local4670 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_devlink_port_fn_max_io_eqs_set()
1210 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_vport_get_vhca_id() local1217 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_vport_get_vhca_id()
Completed in 23 milliseconds