Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_sp_commands.c156 if (p_src->ip_geneve.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
157 p_tun->ip_geneve.b_mode_enabled = in ecore_set_pf_update_tunn_mode()
158 p_src->ip_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
177 type = ecore_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in ecore_set_tunn_cls_info()
178 p_tun->ip_geneve.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()
238 &p_tun->ip_geneve); in ecore_tunn_set_pf_update_params()
258 p_tun->ip_geneve.b_mode_enabled); in ecore_set_hw_tunn_mode()
315 &p_tun->ip_geneve); in ecore_tunn_set_pf_start_params()
HDecore_vf.c715 if (p_tun->ip_geneve.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
716 p_tun->ip_geneve.b_update_mode = true; in ecore_vf_set_vf_start_tunn_update_param()
754 __ecore_vf_update_tunn_param(&p_tun->ip_geneve, feat_mask, in ecore_vf_update_tunn_param()
770 p_tun->ip_geneve.b_mode_enabled, in ecore_vf_update_tunn_param()
800 __ecore_vf_prep_tunn_req_tlv(p_req, &p_src->ip_geneve, in ecore_vf_pf_tunnel_param_update()
HDecore.h307 struct ecore_tunn_update_type ip_geneve; member
HDecore_sriov.c2435 p_resp->ipgeneve_mode = p_tun->ip_geneve.b_mode_enabled; in ecore_iov_pf_update_tun_response()
2442 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in ecore_iov_pf_update_tun_response()
2528 __ecore_iov_pf_update_tun_param(p_req, &tunn.ip_geneve, in ecore_iov_vf_mbx_update_tunn_param()