Home
last modified time | relevance | path

Searched refs:vxlan_dst_port_count (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c10111 if (bp->vxlan_dst_port_count && bp->vxlan_dst_port == port) { in __bnx2x_add_vxlan_port()
10112 bp->vxlan_dst_port_count++; in __bnx2x_add_vxlan_port()
10116 if (bp->vxlan_dst_port_count || !IS_PF(bp)) { in __bnx2x_add_vxlan_port()
10122 bp->vxlan_dst_port_count = 1; in __bnx2x_add_vxlan_port()
10137 if (!bp->vxlan_dst_port_count || bp->vxlan_dst_port != port || in __bnx2x_del_vxlan_port()
10142 bp->vxlan_dst_port_count--; in __bnx2x_del_vxlan_port()
10143 if (bp->vxlan_dst_port_count) in __bnx2x_del_vxlan_port()
Dbnx2x.h1949 u8 vxlan_dst_port_count; member