Searched refs:query_ctx (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | eswitch.c | 805 void *query_ctx; in mlx5_esw_vport_caps_get() local 812 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_esw_vport_caps_get() 813 if (!query_ctx) in mlx5_esw_vport_caps_get() 816 err = mlx5_vport_get_other_func_cap(esw->dev, vport->vport, query_ctx, in mlx5_esw_vport_caps_get() 821 hca_caps = MLX5_ADDR_OF(query_hca_cap_out, query_ctx, capability); in mlx5_esw_vport_caps_get() 827 memset(query_ctx, 0, query_out_sz); in mlx5_esw_vport_caps_get() 828 err = mlx5_vport_get_other_func_cap(esw->dev, vport->vport, query_ctx, in mlx5_esw_vport_caps_get() 833 hca_caps = MLX5_ADDR_OF(query_hca_cap_out, query_ctx, capability); in mlx5_esw_vport_caps_get() 838 kfree(query_ctx); in mlx5_esw_vport_caps_get() 1673 void *query_ctx; in mlx5_esw_sf_max_hpf_functions() local [all …]
|
| D | eswitch_offloads.c | 4114 void *query_ctx; in mlx5_esw_query_vport_vhca_id() local 4120 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_esw_query_vport_vhca_id() 4121 if (!query_ctx) in mlx5_esw_query_vport_vhca_id() 4124 err = mlx5_vport_get_other_func_general_cap(esw->dev, vport_num, query_ctx); in mlx5_esw_query_vport_vhca_id() 4128 hca_caps = MLX5_ADDR_OF(query_hca_cap_out, query_ctx, capability); in mlx5_esw_query_vport_vhca_id() 4132 kfree(query_ctx); in mlx5_esw_query_vport_vhca_id() 4251 void *query_ctx; in mlx5_devlink_port_fn_migratable_set() local 4272 query_ctx = kzalloc(query_out_sz, GFP_KERNEL); in mlx5_devlink_port_fn_migratable_set() 4273 if (!query_ctx) { in mlx5_devlink_port_fn_migratable_set() 4278 err = mlx5_vport_get_other_func_cap(esw->dev, vport->vport, query_ctx, in mlx5_devlink_port_fn_migratable_set() [all …]
|