Searched refs:p_tunn (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_sp_commands.c | 261 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() 277 ecore_set_hw_tunn_mode(p_hwfn, p_ptt, p_tunn); in ecore_set_hw_tunn_mode_port() 324 struct ecore_tunnel_info *p_tunn, in ecore_sp_pf_start() argument 401 ecore_tunn_set_pf_start_params(p_hwfn, p_tunn, in ecore_sp_pf_start() 448 if (p_tunn) in ecore_sp_pf_start() 585 struct ecore_tunnel_info *p_tunn, in ecore_sp_pf_update_tunn_cfg() argument [all …]
|
H A D | ecore_sp_api.h | 82 struct ecore_tunnel_info *p_tunn,
|
H A D | ecore_vf.h | 337 struct ecore_tunnel_info *p_tunn); 363 …ct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_tunnel_info OSAL_UNUSED *p_tunn) { return ECORE_IN… in ecore_vf_pf_tunnel_param_update() argument
|
H A D | ecore_sp_commands.h | 92 struct ecore_tunnel_info *p_tunn,
|
H A D | ecore_dev_api.h | 131 struct ecore_tunnel_info *p_tunn; member
|
H A D | ecore_dev.c | 3598 rc = ecore_sp_pf_start(p_hwfn, p_ptt, p_params->p_tunn, in ecore_hw_init_pf() 3745 if (p_params->p_tunn) { in ecore_vf_start() 3746 ecore_vf_set_vf_start_tunn_update_param(p_params->p_tunn); in ecore_vf_start() 3747 ecore_vf_pf_tunnel_param_update(p_hwfn, p_params->p_tunn); in ecore_vf_start()
|
H A D | qlnx_os.c | 5623 params.p_tunn = NULL; in qlnx_nic_start()
|