Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sp_commands.c197 &p_tun->vxlan, in ecore_tunn_set_pf_update_params()
200 &p_tun->vxlan_port); in ecore_tunn_set_pf_update_params()
203 &p_tun->l2_geneve, in ecore_tunn_set_pf_update_params()
209 &p_tun->ip_geneve); in ecore_tunn_set_pf_update_params()
212 &p_tun->l2_gre); in ecore_tunn_set_pf_update_params()
215 &p_tun->ip_gre); in ecore_tunn_set_pf_update_params()
274 &p_tun->vxlan, in ecore_tunn_set_pf_start_params()
280 &p_tun->l2_geneve, in ecore_tunn_set_pf_start_params()
286 &p_tun->ip_geneve); in ecore_tunn_set_pf_start_params()
289 &p_tun->l2_gre); in ecore_tunn_set_pf_start_params()
[all …]
H A Decore_vf.c721 if (p_tun->vxlan.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
722 p_tun->vxlan.b_update_mode = true; in ecore_vf_set_vf_start_tunn_update_param()
727 if (p_tun->l2_gre.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
729 if (p_tun->ip_gre.b_mode_enabled) in ecore_vf_set_vf_start_tunn_update_param()
732 p_tun->b_update_rx_cls = true; in ecore_vf_set_vf_start_tunn_update_param()
733 p_tun->b_update_tx_cls = true; in ecore_vf_set_vf_start_tunn_update_param()
743 p_tun->tun_cls = tunn_cls; in __ecore_vf_update_tunn_param()
745 p_tun->b_mode_enabled = false; in __ecore_vf_update_tunn_param()
779 p_tun->vxlan.b_mode_enabled, p_tun->l2_geneve.b_mode_enabled, in ecore_vf_update_tunn_param()
781 p_tun->l2_gre.b_mode_enabled, in ecore_vf_update_tunn_param()
[all …]
H A Decore_sriov.c2464 struct ecore_tunnel_info *p_tun, in ecore_iov_pf_update_tun_response() argument
2473 p_resp->vxlan_clss = p_tun->vxlan.tun_cls; 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()
2475 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls; in ecore_iov_pf_update_tun_response()
2484 struct ecore_tunn_update_type *p_tun, in __ecore_iov_pf_update_tun_param() argument
2488 p_tun->b_update_mode = true; in __ecore_iov_pf_update_tun_param()
2491 p_tun->b_mode_enabled = true; in __ecore_iov_pf_update_tun_param()
2494 p_tun->tun_cls = tun_cls; in __ecore_iov_pf_update_tun_param()
2499 struct ecore_tunn_update_type *p_tun, in ecore_iov_pf_update_tun_param() argument
2593 geneve_port = p_tun->geneve_port.port; in ecore_iov_vf_mbx_update_tunn_param()
[all …]
H A Decore_vf.h325 void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info *p_tun);