Home
last modified time | relevance | path

Searched refs:ip_geneve (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c154 if (p_src->ip_geneve.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
155 p_tun->ip_geneve.b_mode_enabled = in ecore_set_pf_update_tunn_mode()
156 p_src->ip_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
175 type = ecore_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in ecore_set_tunn_cls_info()
176 p_tun->ip_geneve.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()
236 &p_tun->ip_geneve); in ecore_tunn_set_pf_update_params()
256 p_tun->ip_geneve.b_mode_enabled); in ecore_set_hw_tunn_mode()
313 &p_tun->ip_geneve); in ecore_tunn_set_pf_start_params()
H A Decore_vf.c711 if (p_tun->ip_geneve.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
712 p_tun->ip_geneve.b_update_mode = true; in ecore_vf_set_vf_start_tunn_update_param()
750 __ecore_vf_update_tunn_param(&p_tun->ip_geneve, feat_mask, in ecore_vf_update_tunn_param()
766 p_tun->ip_geneve.b_mode_enabled, in ecore_vf_update_tunn_param()
796 __ecore_vf_prep_tunn_req_tlv(p_req, &p_src->ip_geneve, in ecore_vf_pf_tunnel_param_update()
H A Decore.h306 struct ecore_tunn_update_type ip_geneve; member
H A Decore_sriov.c2432 p_resp->ipgeneve_mode = p_tun->ip_geneve.b_mode_enabled; in ecore_iov_pf_update_tun_response()
2439 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in ecore_iov_pf_update_tun_response()
2525 __ecore_iov_pf_update_tun_param(p_req, &tunn.ip_geneve, in ecore_iov_vf_mbx_update_tunn_param()