Home
last modified time | relevance | path

Searched refs:tnl_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1276 return tnl_type; in cxgb_encap_offload_supported()
1286 return tnl_type; in cxgb_encap_offload_supported()
1292 tnl_type = TX_TNL_TYPE_VXLAN; in cxgb_encap_offload_supported()
1294 tnl_type = TX_TNL_TYPE_GENEVE; in cxgb_encap_offload_supported()
1297 return tnl_type; in cxgb_encap_offload_supported()
1300 return tnl_type; in cxgb_encap_offload_supported()
1305 enum cpl_tx_tnl_lso_type tnl_type) in t6_fill_tnl_lso() argument
1332 switch (tnl_type) { in t6_fill_tnl_lso()
1608 if (tnl_type) in cxgb4_eth_xmit()
1615 if (tnl_type) { in cxgb4_eth_xmit()
[all …]
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c580 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_set_port() local
584 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()
585 index = ice_tunnel_idx_to_entry(&pf->hw, tnl_type, idx); in ice_udp_tunnel_set_port()
587 status = ice_create_tunnel(&pf->hw, index, tnl_type, ntohs(ti->port)); in ice_udp_tunnel_set_port()
604 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_unset_port() local
607 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()
609 status = ice_destroy_tunnel(&pf->hw, ti->hw_priv, tnl_type, in ice_udp_tunnel_unset_port()
/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c5179 u16 tnl_type; in i40e_aq_add_cloud_filters_bb() local
5182 tnl_type = le16_get_bits(filters[i].element.flags, in i40e_aq_add_cloud_filters_bb()
5189 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_add_cloud_filters_bb()
5272 u16 tnl_type; in i40e_aq_rem_cloud_filters_bb() local
5275 tnl_type = le16_get_bits(filters[i].element.flags, in i40e_aq_rem_cloud_filters_bb()
5282 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_rem_cloud_filters_bb()