Home
last modified time | relevance | path

Searched refs:vxlan_port (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_sp_commands.c170 p_tun->vxlan_port.b_update_port = p_src->vxlan_port.b_update_port; in qed_set_tunn_ports()
175 if (p_src->vxlan_port.b_update_port) in qed_set_tunn_ports()
176 p_tun->vxlan_port.port = p_src->vxlan_port.port; in qed_set_tunn_ports()
215 &p_tun->vxlan_port); in qed_tunn_set_pf_update_params()
251 if (p_tunn->vxlan_port.b_update_port) in qed_set_hw_tunn_mode_port()
253 p_tunn->vxlan_port.port); in qed_set_hw_tunn_mode_port()
280 &p_tun->vxlan_port); in qed_tunn_set_pf_start_params()
A Dqed_sriov.h282 int vfid, u16 vxlan_port, u16 geneve_port);
423 u16 vxlan_port, u16 geneve_port) in qed_iov_bulletin_set_udp_ports() argument
A Dqed_vf.c654 p_tun->vxlan_port.port = p_resp->vxlan_udp_port; in qed_vf_update_tunn_param()
679 &p_req->vxlan_clss, &p_src->vxlan_port, in qed_vf_pf_tunnel_param_update()
681 &p_req->vxlan_port); in qed_vf_pf_tunnel_param_update()
1678 u16 vxlan_port, geneve_port; in qed_handle_bulletin_change() local
1680 qed_vf_bulletin_get_udp_ports(hwfn, &vxlan_port, &geneve_port); in qed_handle_bulletin_change()
1686 ops->ports_update(cookie, vxlan_port, geneve_port); in qed_handle_bulletin_change()
A Dqed_sriov.c2185 p_resp->vxlan_udp_port = p_tun->vxlan_port.port; in qed_iov_pf_update_tun_response()
2250 bultn_vxlan_port = tun->vxlan_port.port; in qed_pf_validate_modify_tunn_config()
2269 if (tun_src->vxlan_port.b_update_port) { in qed_pf_validate_modify_tunn_config()
2270 if (tun_src->vxlan_port.port == tun->vxlan_port.port) { in qed_pf_validate_modify_tunn_config()
2271 tun_src->vxlan_port.b_update_port = false; in qed_pf_validate_modify_tunn_config()
2274 bultn_vxlan_port = tun_src->vxlan_port.port; in qed_pf_validate_modify_tunn_config()
2327 qed_iov_pf_update_tun_param(p_req, &tunn.vxlan, &tunn.vxlan_port, in qed_iov_vf_mbx_update_tunn_param()
2330 p_req->vxlan_port); in qed_iov_vf_mbx_update_tunn_param()
2366 p_tun->vxlan_port.port, in qed_iov_vf_mbx_update_tunn_param()
4228 int vfid, u16 vxlan_port, u16 geneve_port) in qed_iov_bulletin_set_udp_ports() argument
[all …]
A Dqed_l2.c2612 tunn_info.vxlan_port.b_update_port = true; in qed_tunn_configure()
2613 tunn_info.vxlan_port.port = tunn_params->vxlan_port; in qed_tunn_configure()
2644 u16 vxlan_port, geneve_port; in qed_tunn_configure() local
2647 vxlan_port = tun->vxlan_port.port; in qed_tunn_configure()
2652 vxlan_port, in qed_tunn_configure()
A Dqed_vf.h452 u16 vxlan_port; member
A Dqed.h154 struct qed_tunn_update_udp_port vxlan_port; member
/linux/tools/testing/selftests/net/
A Dudpgro_fwd.sh58 local -r vxlan_port=4789
62 dstport $vxlan_port remote $bm_rem_addr
/linux/include/linux/qed/
A Dqed_eth_if.h156 u16 vxlan_port; member
165 void (*ports_update)(void *dev, u16 vxlan_port, u16 geneve_port);
/linux/drivers/net/ethernet/intel/fm10k/
A Dfm10k.h367 __be16 vxlan_port; member
A Dfm10k_netdev.c385 ntohs(interface->vxlan_port) | in fm10k_restore_udp_port_info()
409 interface->vxlan_port = ti.port; in fm10k_udp_tunnel_sync()
A Dfm10k_main.c631 if (interface->vxlan_port != udp_hdr(skb)->dest) in fm10k_port_is_vxlan()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede.h541 void qede_udp_ports_update(void *dev, u16 vxlan_port, u16 geneve_port);
A Dqede_filter.c538 void qede_udp_ports_update(void *dev, u16 vxlan_port, u16 geneve_port) in qede_udp_ports_update() argument
542 if (edev->vxlan_dst_port != vxlan_port) in qede_udp_ports_update()
970 tunn_params.vxlan_port = ntohs(ti.port); in qede_udp_tunnel_sync()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_netdev.c2662 priv->vxlan_port = ti.port; in mlx4_udp_tunnel_sync()
2664 ret = mlx4_config_vxlan_port(priv->mdev->dev, priv->vxlan_port); in mlx4_udp_tunnel_sync()
2670 !!priv->vxlan_port); in mlx4_udp_tunnel_sync()
2697 if (!priv->vxlan_port || in mlx4_en_features_check()
2699 (udp_hdr(skb)->dest != priv->vxlan_port)) in mlx4_en_features_check()
A Dmlx4_en.h630 __be16 vxlan_port; member
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h1169 u16 vxlan_port; member
A Dxgbe-drv.c912 pdata->vxlan_port = be16_to_cpu(ti->port); in xgbe_vxlan_set_port()
924 pdata->vxlan_port = 0; in xgbe_vxlan_unset_port()
A Dxgbe-dev.c486 XGMAC_IOWRITE_BITS(pdata, MAC_TIR, TNID, pdata->vxlan_port); in xgbe_set_vxlan_id()
489 pdata->vxlan_port); in xgbe_set_vxlan_id()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h630 __be16 vxlan_port; member
/linux/drivers/net/ethernet/emulex/benet/
A Dbe.h656 __be16 vxlan_port; /* offloaded vxlan port num */ member
A Dbe_main.c4000 adapter->vxlan_port = ti->port; in be_vxlan_set_port()
4020 if (adapter->vxlan_port) in be_vxlan_unset_port()
4024 adapter->vxlan_port = 0; in be_vxlan_unset_port()
5121 !adapter->vxlan_port || in be_features_check()
5122 udp_hdr(skb)->dest != adapter->vxlan_port) in be_features_check()
/linux/drivers/net/ethernet/cavium/liquidio/
A Dlio_vf_main.c1756 u16 vxlan_port, u8 vxlan_cmd_bit) in liquidio_vxlan_port_command() argument
1768 nctrl.ncmd.s.param1 = vxlan_port; in liquidio_vxlan_port_command()
/linux/drivers/net/
A Dvxlan.c47 static unsigned short vxlan_port __read_mostly = 8472;
48 module_param_named(udp_port, vxlan_port, ushort, 0444);
3752 conf->dst_port = htons(vxlan_port); in vxlan_config_validate()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.h2004 __be16 vxlan_port; member

Completed in 143 milliseconds

12