Symbol: ecore_tunnel_info
sys/dev/qlnx/qlnxe/ecore.h
930
struct ecore_tunnel_info tunnel;
sys/dev/qlnx/qlnxe/ecore_dev_api.h
131
struct ecore_tunnel_info *p_tunn;
sys/dev/qlnx/qlnxe/ecore_sp_api.h
82
struct ecore_tunnel_info *p_tunn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
137
ecore_set_pf_update_tunn_mode(struct ecore_tunnel_info *p_tun,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
138
struct ecore_tunnel_info *p_src,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
159
static void ecore_set_tunn_cls_info(struct ecore_tunnel_info *p_tun,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
160
struct ecore_tunnel_info *p_src)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
179
static void ecore_set_tunn_ports(struct ecore_tunnel_info *p_tun,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
180
struct ecore_tunnel_info *p_src)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
214
struct ecore_tunnel_info *p_src,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
217
struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
249
struct ecore_tunnel_info *p_tun)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
261
struct ecore_tunnel_info *p_tunn)
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
282
struct ecore_tunnel_info *p_src,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
285
struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel;
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
324
struct ecore_tunnel_info *p_tunn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.c
585
struct ecore_tunnel_info *p_tunn,
sys/dev/qlnx/qlnxe/ecore_sp_commands.h
92
struct ecore_tunnel_info *p_tunn,
sys/dev/qlnx/qlnxe/ecore_sriov.c
2426
struct ecore_tunnel_info *p_tun,
sys/dev/qlnx/qlnxe/ecore_sriov.c
2490
struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel;
sys/dev/qlnx/qlnxe/ecore_sriov.c
2497
struct ecore_tunnel_info tunn;
sys/dev/qlnx/qlnxe/ecore_vf.c
705
void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info *p_tun)
sys/dev/qlnx/qlnxe/ecore_vf.c
737
struct ecore_tunnel_info *p_tun,
sys/dev/qlnx/qlnxe/ecore_vf.c
773
struct ecore_tunnel_info *p_src)
sys/dev/qlnx/qlnxe/ecore_vf.c
775
struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel;
sys/dev/qlnx/qlnxe/ecore_vf.h
337
struct ecore_tunnel_info *p_tunn);
sys/dev/qlnx/qlnxe/ecore_vf.h
338
void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info *p_tun);
sys/dev/qlnx/qlnxe/ecore_vf.h
363
static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_tunnel_param_update(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_tunnel_info OSAL_UNUSED *p_tunn) { return ECORE_INVAL; }
sys/dev/qlnx/qlnxe/ecore_vf.h
364
static OSAL_INLINE void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info OSAL_UNUSED *p_tun) { return; }