Home
last modified time | relevance | path

Searched refs:tunn (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/
H A Dqede_filter.c465 struct ecore_tunnel_info tunn; in qede_vxlan_enable() local
473 tunn.b_update_rx_cls = true; in qede_vxlan_enable()
474 tunn.b_update_tx_cls = true; in qede_vxlan_enable()
475 tunn.vxlan.tun_cls = clss; in qede_vxlan_enable()
488 tunn.vxlan.tun_cls); in qede_vxlan_enable()
501 struct ecore_tunnel_info tunn; in qede_geneve_enable() local
508 tunn.l2_geneve.tun_cls = clss; in qede_geneve_enable()
510 tunn.b_update_rx_cls = true; in qede_geneve_enable()
511 tunn.b_update_tx_cls = true; in qede_geneve_enable()
542 memset(&tunn, 0, sizeof(tunn)); in qede_udp_dst_port_del()
[all …]
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c2535 struct ecore_tunnel_info tunn; in ecore_iov_vf_mbx_update_tunn_param() local
2541 OSAL_MEM_ZERO(&tunn, sizeof(tunn)); in ecore_iov_vf_mbx_update_tunn_param()
2551 tunn.b_update_rx_cls = p_req->update_tun_cls; in ecore_iov_vf_mbx_update_tunn_param()
2552 tunn.b_update_tx_cls = p_req->update_tun_cls; in ecore_iov_vf_mbx_update_tunn_param()
2554 ecore_iov_pf_update_tun_param(p_req, &tunn.vxlan, &tunn.vxlan_port, in ecore_iov_vf_mbx_update_tunn_param()
2558 ecore_iov_pf_update_tun_param(p_req, &tunn.l2_geneve, &tunn.geneve_port, in ecore_iov_vf_mbx_update_tunn_param()
2563 __ecore_iov_pf_update_tun_param(p_req, &tunn.ip_geneve, in ecore_iov_vf_mbx_update_tunn_param()
2566 __ecore_iov_pf_update_tun_param(p_req, &tunn.l2_gre, in ecore_iov_vf_mbx_update_tunn_param()
2569 __ecore_iov_pf_update_tun_param(p_req, &tunn.ip_gre, in ecore_iov_vf_mbx_update_tunn_param()
2578 &b_update_required, &tunn); in ecore_iov_vf_mbx_update_tunn_param()
[all …]
H A Dbcm_osal.h466 #define OSAL_PF_VALIDATE_MODIFY_TUNN_CONFIG(p_hwfn, mask, b_update, tunn) 0 argument