Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c488 if (!ahw->vxlan_port_count) { in qlcnic_add_vxlan_port()
489 ahw->vxlan_port_count = 1; in qlcnic_add_vxlan_port()
495 ahw->vxlan_port_count++; in qlcnic_add_vxlan_port()
508 if (!qlcnic_encap_rx_offload(adapter) || !ahw->vxlan_port_count || in qlcnic_del_vxlan_port()
512 ahw->vxlan_port_count--; in qlcnic_del_vxlan_port()
513 if (!ahw->vxlan_port_count) in qlcnic_del_vxlan_port()
Dqlcnic.h539 u8 vxlan_port_count; member
/Linux-v5.4/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2394 pdata->vxlan_port_count++; in xgbe_udp_tunnel_add()
2420 if (pdata->vxlan_port_count == 1) { in xgbe_udp_tunnel_add()
2457 pdata->vxlan_port_count--; in xgbe_udp_tunnel_del()
2458 if (!pdata->vxlan_port_count) { in xgbe_udp_tunnel_del()
Dxgbe.h1179 unsigned int vxlan_port_count; member
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe.h658 int vxlan_port_count; /* active vxlan port count */ member
Dbe_main.c5100 adapter->vxlan_port_count++; in be_work_add_vxlan_port()
5109 if (adapter->vxlan_port_count > 1) in be_work_add_vxlan_port()
5144 adapter->vxlan_port_count--; in be_work_del_vxlan_port()
5148 WARN_ON(adapter->vxlan_port_count); in be_work_del_vxlan_port()
5157 if (adapter->vxlan_port_count == 1) in be_work_del_vxlan_port()