Home
last modified time | relevance | path

Searched refs:NFP_NET_N_VXLAN_PORTS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h99 #define NFP_NET_N_VXLAN_PORTS (NFP_NET_CFG_VXLAN_SZ / sizeof(__be16)) macro
H A Dnfp_net_common.c3670 BUILD_BUG_ON(NFP_NET_N_VXLAN_PORTS & 1); in nfp_udp_tunnel_sync()
3671 for (i = 0; i < NFP_NET_N_VXLAN_PORTS; i += 2) { in nfp_udp_tunnel_sync()
3690 .n_entries = NFP_NET_N_VXLAN_PORTS,
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h95 #define NFP_NET_N_VXLAN_PORTS (NFP_NET_CFG_VXLAN_SZ / sizeof(__be16)) macro
H A Dnfp_net_common.c2200 BUILD_BUG_ON(NFP_NET_N_VXLAN_PORTS & 1); in nfp_udp_tunnel_sync()
2201 for (i = 0; i < NFP_NET_N_VXLAN_PORTS; i += 2) { in nfp_udp_tunnel_sync()
2220 .n_entries = NFP_NET_N_VXLAN_PORTS,

Completed in 12 milliseconds