Home
last modified time | relevance | path

Searched refs:vhca_id_valid (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dmlx5dr.h95 u16 vport, u8 vhca_id_valid,
H A Ddr_action.c2106 u16 vport, u8 vhca_id_valid, in mlx5dr_action_create_dest_vport() argument
2114 peer_vport = vhca_id_valid && mlx5_core_is_pf(dmn->mdev) && in mlx5dr_action_create_dest_vport()
H A Ddr_types.h217 u8 vhca_id_valid:1; member
H A Ddr_ste.c1415 sb->vhca_id_valid = mask->misc.source_eswitch_owner_vhca_id; in mlx5dr_ste_build_src_gvmi_qpn()
H A Ddr_ste_v0.c1662 if (sb->vhca_id_valid) { in dr_ste_v0_build_src_gvmi_qpn_tag()
H A Ddr_ste_v1.c1855 if (sb->vhca_id_valid) { in dr_ste_v1_build_src_gvmi_qpn_tag()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c39 MLX5_SET(vhca_icm_ctrl_reg, in_icm_reg, vhca_id_valid, other_vport); in mlx5_reporter_vnic_diagnose_counter_icm()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c419 bool vhca_id_valid; in mlx5_fs_get_dest_action_vport() local
424 vhca_id_valid = is_dest_type_uplink || in mlx5_fs_get_dest_action_vport()
427 if (vhca_id_valid) { in mlx5_fs_get_dest_action_vport()
439 dest = mlx5hws_action_create_dest_vport(ctx, vport_num, vhca_id_valid, in mlx5_fs_get_dest_action_vport()
H A Dmlx5hws.h603 bool vhca_id_valid,
H A Daction.c812 bool vhca_id_valid, in mlx5hws_action_create_dest_vport() argument
828 if (!ctx->caps->merged_eswitch && vhca_id_valid && vhca_id != ctx->caps->vhca_id) { in mlx5hws_action_create_dest_vport()
834 action->vport.esw_owner_vhca_id_valid = vhca_id_valid; in mlx5hws_action_create_dest_vport()
836 if (vhca_id_valid) in mlx5hws_action_create_dest_vport()
/linux-6.15/include/linux/mlx5/
H A Dmlx5_ifc.h3388 u8 vhca_id_valid[0x1]; member