Searched refs:tnl_type (Results 1 – 2 of 2) sorted by relevance
1197 enum cpl_tx_tnl_lso_type tnl_type = TX_TNL_TYPE_OPAQUE; in cxgb_encap_offload_supported() local1203 return tnl_type; in cxgb_encap_offload_supported()1213 return tnl_type; in cxgb_encap_offload_supported()1219 tnl_type = TX_TNL_TYPE_VXLAN; in cxgb_encap_offload_supported()1221 tnl_type = TX_TNL_TYPE_GENEVE; in cxgb_encap_offload_supported()1224 return tnl_type; in cxgb_encap_offload_supported()1227 return tnl_type; in cxgb_encap_offload_supported()1232 enum cpl_tx_tnl_lso_type tnl_type) in t6_fill_tnl_lso() argument1259 switch (tnl_type) { in t6_fill_tnl_lso()1273 CPL_TX_TNL_LSO_TNLTYPE_V(tnl_type)); in t6_fill_tnl_lso()[all …]
5621 u16 tnl_type; in i40e_aq_add_cloud_filters_bb() local5624 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_add_cloud_filters_bb()5632 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_add_cloud_filters_bb()5715 u16 tnl_type; in i40e_aq_rem_cloud_filters_bb() local5718 tnl_type = (le16_to_cpu(filters[i].element.flags) & in i40e_aq_rem_cloud_filters_bb()5726 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_rem_cloud_filters_bb()