Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sp_commands.c234 struct ecore_tunnel_info *p_tunn) in ecore_set_hw_tunn_mode_port() argument
242 if (p_tunn->vxlan_port.b_update_port) in ecore_set_hw_tunn_mode_port()
244 p_tunn->vxlan_port.port); in ecore_set_hw_tunn_mode_port()
246 if (p_tunn->geneve_port.b_update_port) in ecore_set_hw_tunn_mode_port()
248 p_tunn->geneve_port.port); in ecore_set_hw_tunn_mode_port()
250 ecore_set_hw_tunn_mode(p_hwfn, p_ptt, p_tunn); in ecore_set_hw_tunn_mode_port()
300 struct ecore_tunnel_info *p_tunn, in ecore_sp_pf_start() argument
378 ecore_tunn_set_pf_start_params(p_hwfn, p_tunn, in ecore_sp_pf_start()
414 if (p_tunn) in ecore_sp_pf_start()
557 struct ecore_tunnel_info *p_tunn, in ecore_sp_pf_update_tunn_cfg() argument
[all …]
H A Decore_sp_api.h61 struct ecore_tunnel_info *p_tunn,
H A Decore_sp_commands.h70 struct ecore_tunnel_info *p_tunn,
H A Decore_vf.h323 struct ecore_tunnel_info *p_tunn);
H A Decore_dev_api.h100 struct ecore_tunnel_info *p_tunn; member
H A Decore_dev.c3516 rc = ecore_sp_pf_start(p_hwfn, p_ptt, p_params->p_tunn, in ecore_hw_init_pf()
3670 if (p_params->p_tunn) { in ecore_vf_start()
3671 ecore_vf_set_vf_start_tunn_update_param(p_params->p_tunn); in ecore_vf_start()
3672 ecore_vf_pf_tunnel_param_update(p_hwfn, p_params->p_tunn); in ecore_vf_start()