Symbol: ecore_tunnel_info
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
814
struct ecore_tunnel_info tunnel;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1893
struct ecore_tunnel_info *p_tunn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
125
struct ecore_tunnel_info *p_tunn;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_api.h
88
struct ecore_tunnel_info *p_tunn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
138
ecore_set_pf_update_tunn_mode(struct ecore_tunnel_info *p_tun,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
139
struct ecore_tunnel_info *p_src,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
160
static void ecore_set_tunn_cls_info(struct ecore_tunnel_info *p_tun,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
161
struct ecore_tunnel_info *p_src)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
180
static void ecore_set_tunn_ports(struct ecore_tunnel_info *p_tun,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
181
struct ecore_tunnel_info *p_src)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
215
struct ecore_tunnel_info *p_src,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
218
struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
250
struct ecore_tunnel_info *p_tun)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
261
struct ecore_tunnel_info *p_tunn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
282
struct ecore_tunnel_info *p_src,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
285
struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
323
struct ecore_tunnel_info *p_tunn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.c
505
struct ecore_tunnel_info *p_tunn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sp_commands.h
98
struct ecore_tunnel_info *p_tunn,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
334
struct ecore_tunnel_info *p_tunn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
335
void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info *p_tun);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
360
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_tunnel_param_update(struct ecore_hwfn *p_hwfn, struct ecore_tunnel_info *p_tunn) { return ECORE_INVAL; }
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vf.h
361
static OSAL_INLINE void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info *p_tun) { return; }