Searched refs:mlx5_vport_get_other_func_cap (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | ipsec.c | 67 err = mlx5_vport_get_other_func_cap(dev, vport->vport, query_cap, MLX5_CAP_IPSEC); in mlx5_esw_ipsec_vf_offload_get() 138 ret = mlx5_vport_get_other_func_cap(dev, vport->vport, query_cap, MLX5_CAP_IPSEC); in esw_ipsec_vf_set_bytype() 186 ret = mlx5_vport_get_other_func_cap(dev, vport_num, query_cap, MLX5_CAP_ETHERNET_OFFLOADS); in esw_ipsec_vf_crypto_aux_caps_set() 271 ret = mlx5_vport_get_other_func_cap(dev, vport_num, query_cap, MLX5_CAP_GENERAL); in esw_ipsec_offload_supported() 311 err = mlx5_vport_get_other_func_cap(dev, vport_num, query_cap, MLX5_CAP_ETHERNET_OFFLOADS); in mlx5_esw_ipsec_vf_crypto_offload_supported() 342 ret = mlx5_vport_get_other_func_cap(dev, vport_num, query_cap, MLX5_CAP_FLOW_TABLE); in mlx5_esw_ipsec_vf_packet_offload_supported()
|
/linux-6.6.21/include/linux/mlx5/ |
D | vport.h | 135 int mlx5_vport_get_other_func_cap(struct mlx5_core_dev *dev, u16 vport, void *out,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mlx5_core.h | 332 mlx5_vport_get_other_func_cap(dev, vport, out, MLX5_CAP_GENERAL)
|
D | vport.c | 1164 int mlx5_vport_get_other_func_cap(struct mlx5_core_dev *dev, u16 vport, void *out, in mlx5_vport_get_other_func_cap() function 1178 EXPORT_SYMBOL_GPL(mlx5_vport_get_other_func_cap);
|
D | eswitch.c | 816 err = mlx5_vport_get_other_func_cap(esw->dev, vport->vport, query_ctx, 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()
|
D | eswitch_offloads.c | 4296 err = mlx5_vport_get_other_func_cap(esw->dev, vport->vport, query_ctx, in mlx5_devlink_port_fn_migratable_set() 4368 err = mlx5_vport_get_other_func_cap(esw->dev, vport_num, query_ctx, in mlx5_devlink_port_fn_roce_set()
|
/linux-6.6.21/drivers/vfio/pci/mlx5/ |
D | cmd.c | 20 ret = mlx5_vport_get_other_func_cap(mdev, func_id, query_cap, in mlx5vf_is_migratable()
|