Searched refs:udp_tunnel_nic (Results 1 – 4 of 4) sorted by relevance
2928 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic; in ice_set_ops()4136 pf->hw.udp_tunnel_nic.set_port = ice_udp_tunnel_set_port; in ice_probe()4137 pf->hw.udp_tunnel_nic.unset_port = ice_udp_tunnel_unset_port; in ice_probe()4138 pf->hw.udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in ice_probe()4139 pf->hw.udp_tunnel_nic.shared = &pf->hw.udp_tunnel_shared; in ice_probe()4142 pf->hw.udp_tunnel_nic.tables[i].n_entries = in ice_probe()4144 pf->hw.udp_tunnel_nic.tables[i].tunnel_types = in ice_probe()4149 pf->hw.udp_tunnel_nic.tables[i].n_entries = in ice_probe()4151 pf->hw.udp_tunnel_nic.tables[i].tunnel_types = in ice_probe()
683 struct udp_tunnel_nic_info udp_tunnel_nic; member
488 struct udp_tunnel_nic_info udp_tunnel_nic; member
13107 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic; in i40e_config_netdev()15252 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port; in i40e_probe()15253 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port; in i40e_probe()15254 pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in i40e_probe()15255 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared; in i40e_probe()15256 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS; in i40e_probe()15257 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN | in i40e_probe()