Searched refs:vxlan_dst_port_count (Results 1 – 2 of 2) sorted by relevance
10111 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()
1949 u8 vxlan_dst_port_count; member