Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sp_commands.c261 struct ecore_tunnel_info *p_tunn) in ecore_set_hw_tunn_mode_port() argument
269 if (p_tunn->vxlan_port.b_update_port) in ecore_set_hw_tunn_mode_port()
271 p_tunn->vxlan_port.port); in ecore_set_hw_tunn_mode_port()
273 if (p_tunn->geneve_port.b_update_port) in ecore_set_hw_tunn_mode_port()
275 p_tunn->geneve_port.port); in ecore_set_hw_tunn_mode_port()
323 struct ecore_tunnel_info *p_tunn, in ecore_sp_pf_start() argument
384 ecore_tunn_set_pf_start_params(p_hwfn, p_tunn, in ecore_sp_pf_start()
429 if (p_tunn) in ecore_sp_pf_start()
505 struct ecore_tunnel_info *p_tunn, in ecore_sp_pf_update_tunn_cfg() argument
522 if (!p_tunn) in ecore_sp_pf_update_tunn_cfg()
[all …]
H A Decore_sp_api.h88 struct ecore_tunnel_info *p_tunn,
H A Decore_vf.h334 struct ecore_tunnel_info *p_tunn);
360 …tunnel_param_update(struct ecore_hwfn *p_hwfn, struct ecore_tunnel_info *p_tunn) { return ECORE_IN… in ecore_vf_pf_tunnel_param_update() argument
H A Decore_sp_commands.h98 struct ecore_tunnel_info *p_tunn,
H A Decore_dev_api.h125 struct ecore_tunnel_info *p_tunn; member
H A Decore_dev.c1893 struct ecore_tunnel_info *p_tunn, in ecore_hw_init_pf() argument
2008 rc = ecore_sp_pf_start(p_hwfn, p_tunn, p_hwfn->p_dev->mf_mode, in ecore_hw_init_pf()
2094 if (p_params->p_tunn) { in ecore_vf_start()
2095 ecore_vf_set_vf_start_tunn_update_param(p_params->p_tunn); in ecore_vf_start()
2096 ecore_vf_pf_tunnel_param_update(p_hwfn, p_params->p_tunn); in ecore_vf_start()
2230 p_params->p_tunn, in ecore_hw_init()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c3503 hw_init_params.p_tunn = NULL; in qede_attach()