Home
last modified time | relevance | path

Searched refs:l2_gre (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sp_commands.c116 if (p_src->l2_gre.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
117 p_tun->l2_gre.b_mode_enabled = p_src->l2_gre.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
142 type = ecore_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls); in ecore_set_tunn_cls_info()
143 p_tun->l2_gre.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()
212 &p_tun->l2_gre); in ecore_tunn_set_pf_update_params()
224 ecore_set_gre_enable(p_hwfn, p_ptt, p_tun->l2_gre.b_mode_enabled, in ecore_set_hw_tunn_mode()
289 &p_tun->l2_gre); in ecore_tunn_set_pf_start_params()
H A Decore_vf.c727 if (p_tun->l2_gre.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
728 p_tun->l2_gre.b_update_mode = true; in ecore_vf_set_vf_start_tunn_update_param()
768 __ecore_vf_update_tunn_param(&p_tun->l2_gre, feat_mask, in ecore_vf_update_tunn_param()
781 p_tun->l2_gre.b_mode_enabled, in ecore_vf_update_tunn_param()
813 __ecore_vf_prep_tunn_req_tlv(p_req, &p_src->l2_gre, in ecore_vf_pf_tunnel_param_update()
H A Decore.h251 struct ecore_tunn_update_type l2_gre; member
H A Decore_sriov.c2471 p_resp->l2gre_mode = p_tun->l2_gre.b_mode_enabled; in ecore_iov_pf_update_tun_response()
2472 p_resp->ipgre_mode = p_tun->l2_gre.b_mode_enabled; in ecore_iov_pf_update_tun_response()
2474 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls; in ecore_iov_pf_update_tun_response()
2566 __ecore_iov_pf_update_tun_param(p_req, &tunn.l2_gre, in ecore_iov_vf_mbx_update_tunn_param()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_main.c369 if (tun->l2_gre.b_mode_enabled && tun->ip_gre.b_mode_enabled && in qed_fill_dev_info()
370 tun->l2_gre.tun_cls == ECORE_TUNN_CLSS_MAC_VLAN && in qed_fill_dev_info()