Searched refs:split_count (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | ct.c | 21 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_ct()
|
H A D | vlan_mangle.c | 69 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_vlan_mangle()
|
H A D | pedit.c | 103 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_pedit()
|
H A D | vlan.c | 168 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_vlan()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch_offloads.c | 304 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in esw_is_chain_src_port_rewrite() 327 if (esw_attr->out_count - esw_attr->split_count > 1) in esw_setup_chain_src_port_rewrite() 334 if (esw_attr->dests[esw_attr->split_count].pkt_reformat) { in esw_setup_chain_src_port_rewrite() 336 flow_act->pkt_reformat = esw_attr->dests[esw_attr->split_count].pkt_reformat; in esw_setup_chain_src_port_rewrite() 348 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_chain_src_port_rewrite() 363 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) { in esw_is_indir_table() 389 for (j = esw_attr->split_count; j < esw_attr->out_count; j++, (*i)++) { in esw_setup_indir_table() 410 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, j); in esw_setup_indir_table() 418 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_indir_table() 457 for (i = 0; i < esw_attr->split_count; i++) in esw_flow_dests_fwd_ipsec_check() [all …]
|
H A D | en_tc.c | 1468 if (attr->esw_attr->split_count) { in mlx5e_tc_offload_fdb_rules() 1490 if (attr->esw_attr->split_count) in mlx5e_tc_unoffload_fdb_rules() 1515 slow_attr->esw_attr->split_count = 0; in mlx5e_tc_offload_to_slow_path() 1584 slow_attr->esw_attr->split_count = 0; in mlx5e_tc_unoffload_from_slow_path() 1757 if (!esw_attr->split_count || in extra_split_attr_dests_needed() 1758 esw_attr->split_count == esw_attr->out_count - 1) in extra_split_attr_dests_needed() 1762 (esw_attr->dests[esw_attr->split_count].flags & in extra_split_attr_dests_needed() 1764 return esw_attr->split_count + 1; in extra_split_attr_dests_needed() 1766 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) { in extra_split_attr_dests_needed() 1775 return esw_attr->split_count; in extra_split_attr_dests_needed() [all …]
|
H A D | eswitch_offloads_termtbl.c | 235 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in mlx5_eswitch_termtbl_required()
|
H A D | eswitch.h | 519 int split_count; member
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | ipsec_fs.c | 132 if (esw_attr->out_count - esw_attr->split_count > 1) in mlx5_esw_ipsec_modify_flow_dests()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | post_act.c | 135 post_attr->esw_attr->split_count = 0; in mlx5e_tc_post_act_add()
|