Searched refs:udp_tunnel_nic (Results 1 – 7 of 7) sorted by relevance
39 struct udp_tunnel_nic { struct112 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue()131 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty()144 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay()170 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_get_port()172 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_get_port()183 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()211 struct udp_tunnel_nic *utn, in udp_tunnel_nic_device_sync_one()240 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_port()252 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_table()[all …]
18 udp_tunnel_nic.sh \
3455 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic; in ice_set_ops()3972 struct udp_tunnel_nic_info *udp_tunnel_nic = &pf->hw.udp_tunnel_nic; in ice_init_pf() local4007 udp_tunnel_nic->set_port = ice_udp_tunnel_set_port; in ice_init_pf()4008 udp_tunnel_nic->unset_port = ice_udp_tunnel_unset_port; in ice_init_pf()4009 udp_tunnel_nic->shared = &hw->udp_tunnel_shared; in ice_init_pf()4010 udp_tunnel_nic->tables[0].n_entries = hw->tnl.valid_count[TNL_VXLAN]; in ice_init_pf()4011 udp_tunnel_nic->tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN; in ice_init_pf()4012 udp_tunnel_nic->tables[1].n_entries = hw->tnl.valid_count[TNL_GENEVE]; in ice_init_pf()4013 udp_tunnel_nic->tables[1].tunnel_types = UDP_TUNNEL_TYPE_GENEVE; in ice_init_pf()
1012 struct udp_tunnel_nic_info udp_tunnel_nic; member
78 struct udp_tunnel_nic;2530 struct udp_tunnel_nic *udp_tunnel_nic; member
522 struct udp_tunnel_nic_info udp_tunnel_nic; member
13675 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic; in i40e_config_netdev()15845 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port; in i40e_probe()15846 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port; in i40e_probe()15847 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared; in i40e_probe()15848 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS; in i40e_probe()15849 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN | in i40e_probe()