/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 176 enum nfp_flower_tun_type tun_type, int *tun_out_cnt, in nfp_fl_output() argument 195 if (tun_type) { in nfp_fl_output() 197 if (!nfp_fl_netdev_is_tunnel_type(out_dev, tun_type)) { in nfp_fl_output() 210 output->port = cpu_to_be32(NFP_FL_PORT_TYPE_TUN | tun_type); in nfp_fl_output() 403 enum nfp_flower_tun_type tun_type, in nfp_fl_set_tun() argument 424 (tun_type != NFP_FL_TUNNEL_GENEVE || in nfp_fl_set_tun() 441 FIELD_PREP(NFP_FL_TUNNEL_TYPE, tun_type) | in nfp_fl_set_tun() 491 if (tun_type == NFP_FL_TUNNEL_GENEVE) { in nfp_fl_set_tun() 977 enum nfp_flower_tun_type *tun_type, int *tun_out_cnt, in nfp_flower_output_action() argument 999 err = nfp_fl_output(app, output, act, nfp_fl, last, netdev, *tun_type, in nfp_flower_output_action() [all …]
|
D | cmsg.h | 707 enum nfp_flower_tun_type tun_type) in nfp_fl_netdev_is_tunnel_type() argument 710 return tun_type == NFP_FL_TUNNEL_VXLAN; in nfp_fl_netdev_is_tunnel_type() 712 return tun_type == NFP_FL_TUNNEL_GRE; in nfp_fl_netdev_is_tunnel_type() 714 return tun_type == NFP_FL_TUNNEL_GENEVE; in nfp_fl_netdev_is_tunnel_type()
|
D | match.c | 73 bool mask_version, enum nfp_flower_tun_type tun_type, in nfp_flower_compile_port() argument 81 if (tun_type) { in nfp_flower_compile_port() 82 frame->in_port = cpu_to_be32(NFP_FL_PORT_TYPE_TUN | tun_type); in nfp_flower_compile_port() 541 enum nfp_flower_tun_type tun_type, in nfp_flower_compile_flow_match() argument 580 port_id, false, tun_type, extack); in nfp_flower_compile_flow_match() 586 port_id, true, tun_type, extack); in nfp_flower_compile_flow_match()
|
D | offload.c | 177 enum nfp_flower_tun_type *tun_type, bool ipv6, in nfp_flower_calc_udp_tun_layer() argument 184 *tun_type = NFP_FL_TUNNEL_VXLAN; in nfp_flower_calc_udp_tun_layer() 206 *tun_type = NFP_FL_TUNNEL_GENEVE; in nfp_flower_calc_udp_tun_layer() 242 enum nfp_flower_tun_type *tun_type, in nfp_flower_calculate_key_layers() argument 368 *tun_type = NFP_FL_TUNNEL_GRE; in nfp_flower_calculate_key_layers() 398 tun_type, ipv6_tun, in nfp_flower_calculate_key_layers() 406 if (!nfp_fl_netdev_is_tunnel_type(netdev, *tun_type)) { in nfp_flower_calculate_key_layers() 1332 enum nfp_flower_tun_type tun_type = NFP_FL_TUNNEL_NONE; in nfp_flower_add_offload() local 1358 &tun_type, extack); in nfp_flower_add_offload() 1369 flow_pay, tun_type, extack); in nfp_flower_add_offload()
|
D | main.h | 566 bool mask_version, enum nfp_flower_tun_type tun_type, 614 enum nfp_flower_tun_type tun_type, 707 enum nfp_flower_tun_type *tun_type,
|
D | conntrack.c | 813 enum nfp_flower_tun_type tun_type = NFP_FL_TUNNEL_NONE; in nfp_fl_ct_add_offload() local 852 &tun_type, NULL); in nfp_fl_ct_add_offload() 896 port_id, false, tun_type, NULL); in nfp_fl_ct_add_offload() 900 port_id, true, tun_type, NULL); in nfp_fl_ct_add_offload()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_sp_commands.c | 183 struct qed_tunn_update_type *tun_type) in __qed_set_ramrod_tunnel_param() argument 185 *p_tunn_cls = tun_type->tun_cls; in __qed_set_ramrod_tunnel_param() 190 struct qed_tunn_update_type *tun_type, in qed_set_ramrod_tunnel_param() argument 195 __qed_set_ramrod_tunnel_param(p_tunn_cls, tun_type); in qed_set_ramrod_tunnel_param()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_switch.h | 200 enum ice_sw_tunnel_type tun_type; member 244 enum ice_sw_tunnel_type tun_type; member
|
D | ice_switch.c | 4688 if (found && recp[i].tun_type == rinfo->tun_type && in ice_find_recp() 5233 recp->tun_type = rm->tun_type; in ice_add_sw_recipe() 5294 switch (rinfo->tun_type) { in ice_get_compat_fv_bitmap() 5427 rm->tun_type = rinfo->tun_type; in ice_add_adv_recipe() 5578 enum ice_sw_tunnel_type tun_type) in ice_find_dummy_packet() argument 5584 switch (tun_type) { in ice_find_dummy_packet() 5783 ice_fill_adv_packet_tun(struct ice_hw *hw, enum ice_sw_tunnel_type tun_type, in ice_fill_adv_packet_tun() argument 5788 switch (tun_type) { in ice_fill_adv_packet_tun() 5858 first->tun_type == second->tun_type && in ice_rules_equal() 6101 profile = ice_find_dummy_packet(lkups, lkups_cnt, rinfo->tun_type); in ice_add_adv_rule() [all …]
|
D | ice_eswitch.c | 44 rule_info.tun_type = ICE_SW_TUN_AND_NON_TUN; in ice_eswitch_add_vf_sp_rule()
|
D | ice_tc_lib.c | 373 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules()
|
/drivers/net/ethernet/sfc/ |
D | tc.h | 156 enum efx_encap_type tun_type; member
|
D | tc.c | 590 encap->tun_type = type; in efx_tc_flower_record_encap_match() 653 if (old->tun_type != type) { in efx_tc_flower_record_encap_match() 656 old->tun_type, type); in efx_tc_flower_record_encap_match()
|
D | mae.c | 1483 rc = efx_mae_encap_type_to_mae_type(encap->tun_type); in efx_mae_register_encap_match()
|