Home
last modified time | relevance | path

Searched refs:WIRE_PORT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_types.h17 #define WIRE_PORT 0xFFFF macro
892 (vport >= caps->num_vports && vport != WIRE_PORT)) in mlx5dr_get_vport_cap()
895 if (vport == WIRE_PORT) in mlx5dr_get_vport_cap()
H A Ddr_domain.c168 wire_vport->num = WIRE_PORT; in dr_domain_query_vports()
H A Ddr_rule.c997 if (rx && value->misc.source_port != WIRE_PORT) in dr_rule_skip()
1000 if (!rx && value->misc.source_port == WIRE_PORT) in dr_rule_skip()
H A Ddr_action.c750 if (action->vport.caps->num == WIRE_PORT) in mlx5dr_actions_build_ste_arr()