Home
last modified time | relevance | path

Searched refs:UDP_TUNNEL_NIC_MAX_SHARING_DEVICES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dudp_tunnel.h209 #define UDP_TUNNEL_NIC_MAX_SHARING_DEVICES (U16_MAX / 2) macro
/openbmc/linux/net/ipv4/
H A Dudp_tunnel_nic.c777 UDP_TUNNEL_NIC_MAX_SHARING_DEVICES * 2); in udp_tunnel_nic_register()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c4852 if (pf->num_alloc_vsi > UDP_TUNNEL_NIC_MAX_SHARING_DEVICES) { in ice_alloc_vsis()
4855 pf->num_alloc_vsi, UDP_TUNNEL_NIC_MAX_SHARING_DEVICES); in ice_alloc_vsis()
4856 pf->num_alloc_vsi = UDP_TUNNEL_NIC_MAX_SHARING_DEVICES; in ice_alloc_vsis()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c16029 if (pf->num_alloc_vsi > UDP_TUNNEL_NIC_MAX_SHARING_DEVICES) { in i40e_probe()
16032 pf->num_alloc_vsi, UDP_TUNNEL_NIC_MAX_SHARING_DEVICES); in i40e_probe()
16033 pf->num_alloc_vsi = UDP_TUNNEL_NIC_MAX_SHARING_DEVICES; in i40e_probe()