Searched refs:dest_num (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
| D | egress_lgcy.c | 79 int dest_num = 0; in esw_acl_egress_lgcy_setup() local 132 dest_num++; in esw_acl_egress_lgcy_setup() 136 &flow_act, dst, dest_num); in esw_acl_egress_lgcy_setup()
|
| D | ingress_lgcy.c | 157 int dest_num = 0; in esw_acl_ingress_lgcy_setup() local 241 dest_num++; in esw_acl_ingress_lgcy_setup() 245 &flow_act, dst, dest_num); in esw_acl_ingress_lgcy_setup()
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_core.c | 1294 int dest_num, in create_flow_handle() argument 1305 handle = alloc_handle((dest_num) ? dest_num : 1); in create_flow_handle() 1341 } while (++i < dest_num); in create_flow_handle() 1355 int dest_num, in add_rule_fte() argument 1365 handle = create_flow_handle(fte, dest, dest_num, &modify_mask, in add_rule_fte() 1568 int dest_num, in add_rule_fg() argument 1582 handle = add_rule_fte(fte, fg, dest, dest_num, in add_rule_fg() 1735 int dest_num, in try_add_to_existing_fg() argument 1765 rule = add_rule_fg(g, spec, flow_act, dest, dest_num, fte_tmp); in try_add_to_existing_fg() 1816 rule = add_rule_fg(g, spec, flow_act, dest, dest_num, fte); in try_add_to_existing_fg() [all …]
|
| /Linux-v5.10/drivers/infiniband/hw/mlx5/ |
| D | fs.c | 919 int dest_num = 0; in _create_flow_rule() local 950 dest_num++; in _create_flow_rule() 985 dest_arr[dest_num].type = in _create_flow_rule() 987 dest_arr[dest_num].counter_id = in _create_flow_rule() 989 dest_num++; in _create_flow_rule() 993 if (!dest_num) in _create_flow_rule() 1001 else if (dest_num) in _create_flow_rule() 1015 rule_dst, dest_num); in _create_flow_rule()
|