Searched refs:l2_gre (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_sp_commands.c | 144 if (p_src->l2_gre.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode() 145 p_tun->l2_gre.b_mode_enabled = p_src->l2_gre.b_mode_enabled; in ecore_set_pf_update_tunn_mode() 169 type = ecore_tunn_clss_to_fw_clss(p_src->l2_gre.tun_cls); in ecore_set_tunn_cls_info() 170 p_tun->l2_gre.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info() 239 &p_tun->l2_gre); in ecore_tunn_set_pf_update_params() 251 ecore_set_gre_enable(p_hwfn, p_ptt, p_tun->l2_gre.b_mode_enabled, in ecore_set_hw_tunn_mode() 316 &p_tun->l2_gre); in ecore_tunn_set_pf_start_params()
|
H A D | ecore_vf.c | 713 if (p_tun->l2_gre.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param() 714 p_tun->l2_gre.b_update_mode = true; in ecore_vf_set_vf_start_tunn_update_param() 754 __ecore_vf_update_tunn_param(&p_tun->l2_gre, feat_mask, in ecore_vf_update_tunn_param() 767 p_tun->l2_gre.b_mode_enabled, in ecore_vf_update_tunn_param() 799 __ecore_vf_prep_tunn_req_tlv(p_req, &p_src->l2_gre, in ecore_vf_pf_tunnel_param_update()
|
H A D | ecore.h | 307 struct ecore_tunn_update_type l2_gre; member
|
H A D | ecore_sriov.c | 2433 p_resp->l2gre_mode = p_tun->l2_gre.b_mode_enabled; in ecore_iov_pf_update_tun_response() 2434 p_resp->ipgre_mode = p_tun->l2_gre.b_mode_enabled; in ecore_iov_pf_update_tun_response() 2436 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls; in ecore_iov_pf_update_tun_response() 2528 __ecore_iov_pf_update_tun_param(p_req, &tunn.l2_gre, in ecore_iov_vf_mbx_update_tunn_param()
|