Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dct.c21 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_ct()
Dvlan_mangle.c69 attr->esw_attr->split_count = attr->esw_attr->out_count; in tc_act_parse_vlan_mangle()
Dpedit.c103 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_pedit()
Dvlan.c168 esw_attr->split_count = esw_attr->out_count; in tc_act_parse_vlan()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c301 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in esw_is_chain_src_port_rewrite()
324 if (esw_attr->out_count - esw_attr->split_count > 1) in esw_setup_chain_src_port_rewrite()
331 if (esw_attr->dests[esw_attr->split_count].pkt_reformat) { in esw_setup_chain_src_port_rewrite()
333 flow_act->pkt_reformat = esw_attr->dests[esw_attr->split_count].pkt_reformat; in esw_setup_chain_src_port_rewrite()
345 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_chain_src_port_rewrite()
360 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) { in esw_is_indir_table()
386 for (j = esw_attr->split_count; j < esw_attr->out_count; j++, (*i)++) { in esw_setup_indir_table()
407 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, j); in esw_setup_indir_table()
415 esw_put_dest_tables_loop(esw, attr, esw_attr->split_count, esw_attr->out_count); in esw_cleanup_indir_table()
454 for (i = 0; i < esw_attr->split_count; i++) in esw_flow_dests_fwd_ipsec_check()
[all …]
Den_tc.c1468 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 …]
Deswitch_offloads_termtbl.c235 for (i = esw_attr->split_count; i < esw_attr->out_count; i++) in mlx5_eswitch_termtbl_required()
Deswitch.h519 int split_count; member
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/esw/
Dipsec_fs.c132 if (esw_attr->out_count - esw_attr->split_count > 1) in mlx5_esw_ipsec_modify_flow_dests()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dpost_act.c135 post_attr->esw_attr->split_count = 0; in mlx5e_tc_post_act_add()
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c2315 u16 split_count = 0; in qed_grc_dump_registers() local
2334 split_count = 1; in qed_grc_dump_registers()
2337 split_count = dev_data->num_ports; in qed_grc_dump_registers()
2341 split_count = dev_data->num_ports * in qed_grc_dump_registers()
2345 split_count = dev_data->num_vfs; in qed_grc_dump_registers()
2351 for (split_id = 0; split_id < split_count; split_id++) in qed_grc_dump_registers()