Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sp_commands.c126 if (p_src->ip_geneve.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
127 p_tun->ip_geneve.b_mode_enabled = in ecore_set_pf_update_tunn_mode()
128 p_src->ip_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
148 type = ecore_tunn_clss_to_fw_clss(p_src->ip_geneve.tun_cls); in ecore_set_tunn_cls_info()
149 p_tun->ip_geneve.tun_cls = (enum ecore_tunn_clss)type; in ecore_set_tunn_cls_info()
209 &p_tun->ip_geneve); in ecore_tunn_set_pf_update_params()
229 p_tun->ip_geneve.b_mode_enabled); in ecore_set_hw_tunn_mode()
286 &p_tun->ip_geneve); in ecore_tunn_set_pf_start_params()
H A Decore_vf.c725 if (p_tun->ip_geneve.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
726 p_tun->ip_geneve.b_update_mode = true; in ecore_vf_set_vf_start_tunn_update_param()
764 __ecore_vf_update_tunn_param(&p_tun->ip_geneve, feat_mask, in ecore_vf_update_tunn_param()
780 p_tun->ip_geneve.b_mode_enabled, in ecore_vf_update_tunn_param()
810 __ecore_vf_prep_tunn_req_tlv(p_req, &p_src->ip_geneve, in ecore_vf_pf_tunnel_param_update()
H A Decore.h250 struct ecore_tunn_update_type ip_geneve; member
H A Decore_sriov.c2470 p_resp->ipgeneve_mode = p_tun->ip_geneve.b_mode_enabled; in ecore_iov_pf_update_tun_response()
2477 p_resp->ipgeneve_clss = p_tun->ip_geneve.tun_cls; in ecore_iov_pf_update_tun_response()
2563 __ecore_iov_pf_update_tun_param(p_req, &tunn.ip_geneve, in ecore_iov_vf_mbx_update_tunn_param()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_filter.c506 tunn.ip_geneve.b_update_mode = true; in qede_geneve_enable()
507 tunn.ip_geneve.b_mode_enabled = enable; in qede_geneve_enable()
509 tunn.ip_geneve.tun_cls = clss; in qede_geneve_enable()
H A Dqede_main.c374 if (tun->l2_geneve.b_mode_enabled && tun->ip_geneve.b_mode_enabled && in qed_fill_dev_info()
376 tun->ip_geneve.tun_cls == ECORE_TUNN_CLSS_MAC_VLAN) in qed_fill_dev_info()