Searched refs:ecore_tunn_clss_to_fw_clss (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c120 static enum tunnel_clss ecore_tunn_clss_to_fw_clss(u8 type) function
169 type = ecore_tunn_clss_to_fw_clss(p_src->vxlan.tun_cls);
171 type = ecore_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls);
173 type = ecore_tunn_clss_to_fw_clss(p_src->ip_gre.tun_cls);
175 type = ecore_tunn_clss_to_fw_clss(p_src->l2_geneve.tun_cls);
177 type = ecore_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls);

Completed in 100 milliseconds