Home
last modified time | relevance | path

Searched refs:SRIOV_OFFLOADS (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Deswitch.h16 SRIOV_OFFLOADS enumerator
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c59 if (esw->mode != SRIOV_OFFLOADS) in mlx5_eswitch_add_offloaded_rule()
825 err = mlx5_eswitch_enable_sriov(esw, num_vfs, SRIOV_OFFLOADS); in esw_offloads_start()
986 err1 = mlx5_eswitch_enable_sriov(esw, num_vfs, SRIOV_OFFLOADS); in esw_offloads_stop()
1012 *mlx5_mode = SRIOV_OFFLOADS; in esw_mode_from_devlink()
1027 case SRIOV_OFFLOADS: in esw_mode_to_devlink()
1321 if (esw->mode == SRIOV_OFFLOADS && esw->vports[vport_index].enabled) in mlx5_eswitch_unregister_vport_rep()
Den_rep.c221 if (esw->mode != SRIOV_OFFLOADS) in mlx5e_sqs2vport_stop()
242 if (esw->mode != SRIOV_OFFLOADS) in mlx5e_sqs2vport_start()
830 if (esw->mode == SRIOV_OFFLOADS && in mlx5e_is_uplink_rep()
Deswitch.c1650 if (mode == SRIOV_OFFLOADS) in mlx5_eswitch_enable_sriov()
1682 else if (esw->mode == SRIOV_OFFLOADS) in mlx5_eswitch_disable_sriov()
1688 if (old_mode == SRIOV_OFFLOADS) in mlx5_eswitch_disable_sriov()
Den_tc.c2198 (peer_priv->mdev->priv.eswitch->mode == SRIOV_OFFLOADS)); in is_merged_eswitch_dev()
2807 if (MLX5_VPORT_MANAGER(priv->mdev) && esw->mode == SRIOV_OFFLOADS) { in get_tc_ht()
2832 if (esw && esw->mode == SRIOV_OFFLOADS) { in mlx5e_configure_flower()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c6353 mlx5_ib_eswitch_mode(mdev->priv.eswitch) == SRIOV_OFFLOADS) { in mlx5_ib_add()