Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1284 enum cpl_tx_tnl_lso_type tnl_type = TX_TNL_TYPE_OPAQUE; in cxgb_encap_offload_supported() local
1290 return tnl_type; in cxgb_encap_offload_supported()
1300 return tnl_type; in cxgb_encap_offload_supported()
1306 tnl_type = TX_TNL_TYPE_VXLAN; in cxgb_encap_offload_supported()
1308 tnl_type = TX_TNL_TYPE_GENEVE; in cxgb_encap_offload_supported()
1311 return tnl_type; in cxgb_encap_offload_supported()
1314 return tnl_type; in cxgb_encap_offload_supported()
1319 enum cpl_tx_tnl_lso_type tnl_type) in t6_fill_tnl_lso() argument
1346 switch (tnl_type) { in t6_fill_tnl_lso()
1360 CPL_TX_TNL_LSO_TNLTYPE_V(tnl_type)); in t6_fill_tnl_lso()
[all …]
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c2482 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_set_port() local
2486 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()
2487 index = ice_tunnel_idx_to_entry(&pf->hw, tnl_type, idx); in ice_udp_tunnel_set_port()
2489 status = ice_create_tunnel(&pf->hw, index, tnl_type, ntohs(ti->port)); in ice_udp_tunnel_set_port()
2506 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_unset_port() local
2509 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()
2511 status = ice_destroy_tunnel(&pf->hw, ti->hw_priv, tnl_type, in ice_udp_tunnel_unset_port()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_common.c6022 u16 tnl_type; in i40e_aq_add_cloud_filters_bb() local
6025 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_add_cloud_filters_bb()
6033 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_add_cloud_filters_bb()
6116 u16 tnl_type; in i40e_aq_rem_cloud_filters_bb() local
6119 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_rem_cloud_filters_bb()
6127 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_rem_cloud_filters_bb()