Searched refs:tnl_type (Results 1 – 2 of 2) sorted by relevance
5672 u16 tnl_type; in i40e_fix_up_geneve_vni() local5675 tnl_type = (LE16_TO_CPU(f[i].flags) & in i40e_fix_up_geneve_vni()5678 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_fix_up_geneve_vni()5759 u16 tnl_type; in i40e_aq_add_cloud_filters_bb() local5762 tnl_type = (LE16_TO_CPU(filters[i].element.flags) & in i40e_aq_add_cloud_filters_bb()5770 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_add_cloud_filters_bb()5855 u16 tnl_type; in i40e_aq_rem_cloud_filters_bb() local5858 tnl_type = (LE16_TO_CPU(filters[i].element.flags) & in i40e_aq_rem_cloud_filters_bb()5866 if (tnl_type == I40E_AQC_ADD_CLOUD_TNL_TYPE_GENEVE) { in i40e_aq_rem_cloud_filters_bb()
1977 uint16_t err_vec, tnl_type, tnlhdr_len; in handle_cpl_rx_pkt() local2011 tnl_type = G_T6_RX_TNL_TYPE(ev); in handle_cpl_rx_pkt()2015 tnl_type = 0; in handle_cpl_rx_pkt()2026 if (tnl_type == 0) { in handle_cpl_rx_pkt()2037 MPASS(tnl_type == RX_PKT_TNL_TYPE_VXLAN); in handle_cpl_rx_pkt()