Home
last modified time | relevance | path

Searched refs:mlx5_vport_get_other_func_cap (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dipsec.c67 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/include/linux/mlx5/
H A Dvport.h136 int mlx5_vport_get_other_func_cap(struct mlx5_core_dev *dev, u16 vport, void *out,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h345 mlx5_vport_get_other_func_cap(dev, vport, out, MLX5_CAP_GENERAL)
H A Dvport.c1186 int mlx5_vport_get_other_func_cap(struct mlx5_core_dev *dev, u16 vport, void *out, in mlx5_vport_get_other_func_cap() function
1200 EXPORT_SYMBOL_GPL(mlx5_vport_get_other_func_cap);
H A Deswitch.c816 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()
H A Deswitch_offloads.c4308 err = mlx5_vport_get_other_func_cap(esw->dev, vport->vport, query_ctx, in mlx5_devlink_port_fn_migratable_set()
4380 err = mlx5_vport_get_other_func_cap(esw->dev, vport_num, query_ctx, in mlx5_devlink_port_fn_roce_set()
4622 err = mlx5_vport_get_other_func_cap(esw->dev, vport_num, query_ctx, in mlx5_devlink_port_fn_max_io_eqs_get()
4677 err = mlx5_vport_get_other_func_cap(esw->dev, vport_num, query_ctx, in mlx5_devlink_port_fn_max_io_eqs_set()
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c20 ret = mlx5_vport_get_other_func_cap(mdev, func_id, query_cap, in mlx5vf_is_migratable()