Searched refs:vxlan_port_cnt (Results 1 – 4 of 4) sorted by relevance
3054 if (!adapter->vxlan_port_cnt || in cxgb_del_udp_tunnel()3058 adapter->vxlan_port_cnt--; in cxgb_del_udp_tunnel()3059 if (adapter->vxlan_port_cnt) in cxgb_del_udp_tunnel()3122 if (adapter->vxlan_port_cnt && in cxgb_add_udp_tunnel()3124 adapter->vxlan_port_cnt++; in cxgb_add_udp_tunnel()3129 if (adapter->vxlan_port_cnt) { in cxgb_add_udp_tunnel()3137 adapter->vxlan_port_cnt = 1; in cxgb_add_udp_tunnel()
901 u8 vxlan_port_cnt; member
5443 if (bp->vxlan_port_cnt) { in bnxt_hwrm_free_tunnel_ports()5447 bp->vxlan_port_cnt = 0; in bnxt_hwrm_free_tunnel_ports()8336 if (bp->vxlan_port_cnt && bp->vxlan_port != ti->port) in bnxt_udp_tunnel_add()8339 bp->vxlan_port_cnt++; in bnxt_udp_tunnel_add()8340 if (bp->vxlan_port_cnt == 1) { in bnxt_udp_tunnel_add()8376 if (!bp->vxlan_port_cnt || bp->vxlan_port != ti->port) in bnxt_udp_tunnel_del()8378 bp->vxlan_port_cnt--; in bnxt_udp_tunnel_del()8380 if (bp->vxlan_port_cnt != 0) in bnxt_udp_tunnel_del()
1322 u8 vxlan_port_cnt; member