Searched defs:vxlan_port (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c395 * This function frees the entire vxlan_port list
399 struct fm10k_vxlan_port *vxlan_port; local
402 vxlan_port = list_first_entry_or_null(&interface->vxlan_port,
404 while (vxlan_port) {
405 list_del(&vxlan_port->list);
406 kfree(vxlan_port);
407 vxlan_port = list_first_entry_or_null(&interface->vxlan_port,
422 struct fm10k_vxlan_port *vxlan_port; local
452 struct fm10k_vxlan_port *vxlan_port; local
495 struct fm10k_vxlan_port *vxlan_port; local
[all...]
H A Dfm10k_main.c680 struct fm10k_vxlan_port *vxlan_port; local
683 vxlan_port = list_first_entry_or_null(&interface->vxlan_port,
686 if (!vxlan_port)
688 if (vxlan_port->port != udp_hdr(skb)->dest)
H A Dfm10k.h231 list_for_each_entry(vp, &(intfc)->vxlan_port, list)
311 struct list_head vxlan_port; member in struct:fm10k_intfc
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c1034 u16 port = adapter->ahw->vxlan_port;
1064 u16 vxlan_port = adapter->ahw->vxlan_port; local
1082 state ? "enable" : "disable", vxlan_port);
1086 state ? "Enabled" : "Disabled", vxlan_port);
1112 adapter->ahw->vxlan_port = 0;
H A Dqlcnic.h541 u16 vxlan_port; member in struct:qlcnic_hardware_context
/drivers/net/ethernet/emulex/benet/
H A Dbe.h524 __be16 vxlan_port; member in struct:be_adapter
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h610 __be16 vxlan_port; member in struct:mlx4_en_priv

Completed in 549 milliseconds