Searched refs:p_tun (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c139 ecore_set_pf_update_tunn_mode(struct ecore_tunnel_info *p_tun, argument
144 p_tun->vxlan.b_mode_enabled = p_src->vxlan.b_mode_enabled;
147 p_tun->l2_gre.b_mode_enabled = p_src->l2_gre.b_mode_enabled;
150 p_tun->ip_gre.b_mode_enabled = p_src->ip_gre.b_mode_enabled;
153 p_tun->l2_geneve.b_mode_enabled =
157 p_tun->ip_geneve.b_mode_enabled =
161 static void ecore_set_tunn_cls_info(struct ecore_tunnel_info *p_tun, argument
166 p_tun->b_update_rx_cls = p_src->b_update_rx_cls;
167 p_tun->b_update_tx_cls = p_src->b_update_tx_cls;
170 p_tun
181 ecore_set_tunn_ports(struct ecore_tunnel_info *p_tun, struct ecore_tunnel_info *p_src) argument
219 struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel; local
249 ecore_set_hw_tunn_mode(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_tunnel_info *p_tun) argument
287 struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel; local
[all...]
H A Decore_vf.c709 void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info *p_tun) argument
711 if (p_tun->vxlan.b_mode_enabled)
712 p_tun->vxlan.b_update_mode = true;
713 if (p_tun->l2_geneve.b_mode_enabled)
714 p_tun->l2_geneve.b_update_mode = true;
715 if (p_tun->ip_geneve.b_mode_enabled)
716 p_tun->ip_geneve.b_update_mode = true;
717 if (p_tun->l2_gre.b_mode_enabled)
718 p_tun->l2_gre.b_update_mode = true;
719 if (p_tun
727 __ecore_vf_update_tunn_param(struct ecore_tunn_update_type *p_tun, u16 feature_mask, u8 tunn_mode, u8 tunn_cls, enum ecore_tunn_mode val) argument
740 ecore_vf_update_tunn_param(struct ecore_hwfn *p_hwfn, struct ecore_tunnel_info *p_tun, struct pfvf_update_tunn_param_tlv *p_resp) argument
779 struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel; local
[all...]
H A Decore_vf.h340 void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info *p_tun);
368 static OSAL_INLINE void ecore_vf_set_vf_start_tunn_update_param(struct ecore_tunnel_info OSAL_UNUSED *p_tun) { return; } argument
H A Decore_sriov.c2429 struct ecore_tunnel_info *p_tun,
2433 p_resp->vxlan_mode = p_tun->vxlan.b_mode_enabled;
2434 p_resp->l2geneve_mode = p_tun->l2_geneve.b_mode_enabled;
2435 p_resp->ipgeneve_mode = p_tun->ip_geneve.b_mode_enabled;
2436 p_resp->l2gre_mode = p_tun->l2_gre.b_mode_enabled;
2437 p_resp->ipgre_mode = p_tun->l2_gre.b_mode_enabled;
2438 p_resp->vxlan_clss = p_tun->vxlan.tun_cls;
2439 p_resp->l2gre_clss = p_tun->l2_gre.tun_cls;
2440 p_resp->ipgre_clss = p_tun->ip_gre.tun_cls;
2441 p_resp->l2geneve_clss = p_tun
2428 ecore_iov_pf_update_tun_response(struct pfvf_update_tunn_param_tlv *p_resp, struct ecore_tunnel_info *p_tun, u16 tunn_feature_mask) argument
2448 __ecore_iov_pf_update_tun_param(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_tun, enum ecore_tunn_mode mask, u8 tun_cls) argument
2463 ecore_iov_pf_update_tun_param(struct vfpf_update_tunn_param_tlv *p_req, struct ecore_tunn_update_type *p_tun, struct ecore_tunn_update_udp_port *p_port, enum ecore_tunn_mode mask, u8 tun_cls, u8 update_port, u16 port) argument
2493 struct ecore_tunnel_info *p_tun = &p_hwfn->p_dev->tunnel; local
[all...]

Completed in 100 milliseconds