Home
last modified time | relevance | path

Searched refs:query_out_sz (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c804 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_esw_vport_caps_get() local
812 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_esw_vport_caps_get()
828 memset(query_ctx, 0, query_out_sz); in mlx5_esw_vport_caps_get()
1833 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_esw_sf_max_hpf_functions() local
1844 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_esw_sf_max_hpf_functions()
H A Dvport.c1330 int query_out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_vport_get_vhca_id() local
1339 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_vport_get_vhca_id()