Searched refs:tnl_type (Results 1 – 2 of 2) sorted by relevance
1219 enum cpl_tx_tnl_lso_type tnl_type = TX_TNL_TYPE_OPAQUE; in cxgb_encap_offload_supported() local1225 return tnl_type; in cxgb_encap_offload_supported()1235 return tnl_type; in cxgb_encap_offload_supported()1241 tnl_type = TX_TNL_TYPE_VXLAN; in cxgb_encap_offload_supported()1243 tnl_type = TX_TNL_TYPE_GENEVE; in cxgb_encap_offload_supported()1246 return tnl_type; in cxgb_encap_offload_supported()1249 return tnl_type; in cxgb_encap_offload_supported()1254 enum cpl_tx_tnl_lso_type tnl_type) in t6_fill_tnl_lso() argument1281 switch (tnl_type) { in t6_fill_tnl_lso()1295 CPL_TX_TNL_LSO_TNLTYPE_V(tnl_type)); in t6_fill_tnl_lso()[all …]
5882 u16 tnl_type; in i40e_aq_add_cloud_filters_bb() local5885 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_add_cloud_filters_bb()5893 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_add_cloud_filters_bb()5976 u16 tnl_type; in i40e_aq_rem_cloud_filters_bb() local5979 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_rem_cloud_filters_bb()5987 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_rem_cloud_filters_bb()