Searched refs:tnl_type (Results 1 – 3 of 3) sorted by relevance
1284 enum cpl_tx_tnl_lso_type tnl_type = TX_TNL_TYPE_OPAQUE; in cxgb_encap_offload_supported() local1290 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() argument1346 switch (tnl_type) { in t6_fill_tnl_lso()1360 CPL_TX_TNL_LSO_TNLTYPE_V(tnl_type)); in t6_fill_tnl_lso()[all …]
1827 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_set_port() local1831 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()1832 index = ice_tunnel_idx_to_entry(&pf->hw, tnl_type, idx); in ice_udp_tunnel_set_port()1834 status = ice_create_tunnel(&pf->hw, index, tnl_type, ntohs(ti->port)); in ice_udp_tunnel_set_port()1851 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_unset_port() local1854 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()1856 status = ice_destroy_tunnel(&pf->hw, ti->hw_priv, tnl_type, in ice_udp_tunnel_unset_port()
5972 u16 tnl_type; in i40e_aq_add_cloud_filters_bb() local5975 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_add_cloud_filters_bb()5983 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_add_cloud_filters_bb()6066 u16 tnl_type; in i40e_aq_rem_cloud_filters_bb() local6069 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_rem_cloud_filters_bb()6077 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_rem_cloud_filters_bb()