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

12

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c172 p_tun->vxlan_port.b_update_port = p_src->vxlan_port.b_update_port;
177 if (p_src->vxlan_port.b_update_port)
178 p_tun->vxlan_port.port = p_src->vxlan_port.port;
217 &p_tun->vxlan_port);
253 if (p_tunn->vxlan_port.b_update_port)
255 p_tunn->vxlan_port.port);
282 &p_tun->vxlan_port);
H A Dqed_sriov.h283 int vfid, u16 vxlan_port, u16 geneve_port);
424 u16 vxlan_port, u16 geneve_port)
423 qed_iov_bulletin_set_udp_ports(struct qed_hwfn *p_hwfn, int vfid, u16 vxlan_port, u16 geneve_port) argument
H A Dqed_vf.c658 p_tun->vxlan_port.port = p_resp->vxlan_udp_port;
683 &p_req->vxlan_clss, &p_src->vxlan_port,
685 &p_req->vxlan_port);
1674 u16 vxlan_port, geneve_port; local
1676 qed_vf_bulletin_get_udp_ports(hwfn, &vxlan_port, &geneve_port);
1682 ops->ports_update(cookie, vxlan_port, geneve_port);
H A Dqed_sriov.c2185 p_resp->vxlan_udp_port = p_tun->vxlan_port.port;
2250 bultn_vxlan_port = tun->vxlan_port.port;
2269 if (tun_src->vxlan_port.b_update_port) {
2270 if (tun_src->vxlan_port.port == tun->vxlan_port.port) {
2271 tun_src->vxlan_port.b_update_port = false;
2274 bultn_vxlan_port = tun_src->vxlan_port.port;
2327 qed_iov_pf_update_tun_param(p_req, &tunn.vxlan, &tunn.vxlan_port,
2330 p_req->vxlan_port);
2366 p_tun->vxlan_port
4239 qed_iov_bulletin_set_udp_ports(struct qed_hwfn *p_hwfn, int vfid, u16 vxlan_port, u16 geneve_port) argument
[all...]
H A Dqed_l2.c2621 tunn_info.vxlan_port.b_update_port = true;
2622 tunn_info.vxlan_port.port = tunn_params->vxlan_port;
2653 u16 vxlan_port, geneve_port; local
2656 vxlan_port = tun->vxlan_port.port;
2661 vxlan_port,
H A Dqed_vf.h452 u16 vxlan_port; member in struct:vfpf_update_tunn_param_tlv
H A Dqed.h154 struct qed_tunn_update_udp_port vxlan_port; member in struct:qed_tunnel_info
/linux-master/include/linux/qed/
H A Dqed_eth_if.h156 u16 vxlan_port; member in struct:qed_tunn_params
165 void (*ports_update)(void *dev, u16 vxlan_port, u16 geneve_port);
/linux-master/tools/testing/selftests/net/
H A Dudpgro_fwd.sh65 local -r vxlan_port=4789
69 dstport $vxlan_port remote $bm_rem_addr
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h367 __be16 vxlan_port; member in struct:fm10k_intfc
H A Dfm10k_netdev.c385 ntohs(interface->vxlan_port) |
409 interface->vxlan_port = ti.port;
H A Dfm10k_main.c639 if (interface->vxlan_port != udp_hdr(skb)->dest)
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c538 void qede_udp_ports_update(void *dev, u16 vxlan_port, u16 geneve_port) argument
542 if (edev->vxlan_dst_port != vxlan_port)
970 tunn_params.vxlan_port = ntohs(ti.port);
H A Dqede.h543 void qede_udp_ports_update(void *dev, u16 vxlan_port, u16 geneve_port);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h640 __be16 vxlan_port; member in struct:mlx4_en_priv
H A Den_netdev.c2658 priv->vxlan_port = ti.port;
2660 ret = mlx4_config_vxlan_port(priv->mdev->dev, priv->vxlan_port);
2666 !!priv->vxlan_port);
2693 if (!priv->vxlan_port ||
2695 (udp_hdr(skb)->dest != priv->vxlan_port))
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe.h655 __be16 vxlan_port; /* offloaded vxlan port num */ member in struct:be_adapter
H A Dbe_main.c4001 adapter->vxlan_port = ti->port;
4021 if (adapter->vxlan_port)
4025 adapter->vxlan_port = 0;
5119 !adapter->vxlan_port ||
5120 udp_hdr(skb)->dest != adapter->vxlan_port)
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h1203 u16 vxlan_port; member in struct:xgbe_prv_data
H A Dxgbe-drv.c928 pdata->vxlan_port = be16_to_cpu(ti->port);
940 pdata->vxlan_port = 0;
H A Dxgbe-dev.c486 XGMAC_IOWRITE_BITS(pdata, MAC_TIR, TNID, pdata->vxlan_port);
489 pdata->vxlan_port);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h677 __be16 vxlan_port; member in struct:ixgbe_adapter
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1741 * @param vxlan_port VxLAN port to be added or deleted
1747 u16 vxlan_port, u8 vxlan_cmd_bit)
1759 nctrl.ncmd.s.param1 = vxlan_port;
1746 liquidio_vxlan_port_command(struct net_device *netdev, int command, u16 vxlan_port, u8 vxlan_cmd_bit) argument
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c48 static unsigned short vxlan_port __read_mostly = 8472;
49 module_param_named(udp_port, vxlan_port, ushort, 0444);
3820 conf->dst_port = htons(vxlan_port);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h1119 __be16 vxlan_port; member in struct:adapter

Completed in 462 milliseconds

12