Home
last modified time | relevance | path

Searched refs:vxlan_port_count (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c487 if (!ahw->vxlan_port_count) { in qlcnic_add_vxlan_port()
488 ahw->vxlan_port_count = 1; in qlcnic_add_vxlan_port()
494 ahw->vxlan_port_count++; in qlcnic_add_vxlan_port()
507 if (!qlcnic_encap_rx_offload(adapter) || !ahw->vxlan_port_count || in qlcnic_del_vxlan_port()
511 ahw->vxlan_port_count--; in qlcnic_del_vxlan_port()
512 if (!ahw->vxlan_port_count) in qlcnic_del_vxlan_port()
Dqlcnic.h539 u8 vxlan_port_count; member
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2395 pdata->vxlan_port_count++; in xgbe_udp_tunnel_add()
2421 if (pdata->vxlan_port_count == 1) { in xgbe_udp_tunnel_add()
2458 pdata->vxlan_port_count--; in xgbe_udp_tunnel_del()
2459 if (!pdata->vxlan_port_count) { in xgbe_udp_tunnel_del()
Dxgbe.h1179 unsigned int vxlan_port_count; member
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe.h661 int vxlan_port_count; /* active vxlan port count */ member
Dbe_main.c5095 adapter->vxlan_port_count++; in be_work_add_vxlan_port()
5104 if (adapter->vxlan_port_count > 1) in be_work_add_vxlan_port()
5139 adapter->vxlan_port_count--; in be_work_del_vxlan_port()
5143 WARN_ON(adapter->vxlan_port_count); in be_work_del_vxlan_port()
5152 if (adapter->vxlan_port_count == 1) in be_work_del_vxlan_port()