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 …]
2485 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_set_port() local2489 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_set_port()2490 index = ice_tunnel_idx_to_entry(&pf->hw, tnl_type, idx); in ice_udp_tunnel_set_port()2492 status = ice_create_tunnel(&pf->hw, index, tnl_type, ntohs(ti->port)); in ice_udp_tunnel_set_port()2509 enum ice_tunnel_type tnl_type; in ice_udp_tunnel_unset_port() local2512 tnl_type = ti->type == UDP_TUNNEL_TYPE_VXLAN ? TNL_VXLAN : TNL_GENEVE; in ice_udp_tunnel_unset_port()2514 status = ice_destroy_tunnel(&pf->hw, ti->hw_priv, tnl_type, in ice_udp_tunnel_unset_port()
6025 u16 tnl_type; in i40e_aq_add_cloud_filters_bb() local6028 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_add_cloud_filters_bb()6036 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_add_cloud_filters_bb()6119 u16 tnl_type; in i40e_aq_rem_cloud_filters_bb() local6122 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_rem_cloud_filters_bb()6130 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_rem_cloud_filters_bb()