Home
last modified time | relevance | path

Searched refs:udp_tunnel_nic (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dudp_tunnel_nic.c39 struct udp_tunnel_nic { struct
111 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue()
130 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty()
143 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay()
169 struct udp_tunnel_nic *utn; in __udp_tunnel_nic_get_port()
171 utn = dev->udp_tunnel_nic; in __udp_tunnel_nic_get_port()
182 dev->udp_tunnel_nic->entries[table][idx].hw_priv = priv; in __udp_tunnel_nic_set_port_priv()
210 struct udp_tunnel_nic *utn, in udp_tunnel_nic_device_sync_one()
239 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_port()
251 struct udp_tunnel_nic *utn) in udp_tunnel_nic_device_sync_by_table()
[all …]
H A DMakefile33 udp_tunnel-y := udp_tunnel_core.o udp_tunnel_nic.o
/openbmc/linux/include/net/
H A Dudp_tunnel.h207 struct udp_tunnel_nic;
212 struct udp_tunnel_nic *udp_tunnel_nic_info;
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3401 netdev->udp_tunnel_nic_info = &pf->hw.udp_tunnel_nic; in ice_set_ops()
4616 pf->hw.udp_tunnel_nic.set_port = ice_udp_tunnel_set_port; in ice_init_dev()
4617 pf->hw.udp_tunnel_nic.unset_port = ice_udp_tunnel_unset_port; in ice_init_dev()
4618 pf->hw.udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in ice_init_dev()
4619 pf->hw.udp_tunnel_nic.shared = &pf->hw.udp_tunnel_shared; in ice_init_dev()
4621 pf->hw.udp_tunnel_nic.tables[0].n_entries = in ice_init_dev()
4623 pf->hw.udp_tunnel_nic.tables[0].tunnel_types = in ice_init_dev()
4627 pf->hw.udp_tunnel_nic.tables[1].n_entries = in ice_init_dev()
4629 pf->hw.udp_tunnel_nic.tables[1].tunnel_types = in ice_init_dev()
H A Dice_type.h938 struct udp_tunnel_nic_info udp_tunnel_nic; member
/openbmc/linux/include/linux/
H A Dnetdevice.h76 struct udp_tunnel_nic;
2408 struct udp_tunnel_nic *udp_tunnel_nic; member
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h492 struct udp_tunnel_nic_info udp_tunnel_nic; member
H A Di40e_main.c13808 netdev->udp_tunnel_nic_info = &pf->udp_tunnel_nic; in i40e_config_netdev()
16012 pf->udp_tunnel_nic.set_port = i40e_udp_tunnel_set_port; in i40e_probe()
16013 pf->udp_tunnel_nic.unset_port = i40e_udp_tunnel_unset_port; in i40e_probe()
16014 pf->udp_tunnel_nic.flags = UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in i40e_probe()
16015 pf->udp_tunnel_nic.shared = &pf->udp_tunnel_shared; in i40e_probe()
16016 pf->udp_tunnel_nic.tables[0].n_entries = I40E_MAX_PF_UDP_OFFLOAD_PORTS; in i40e_probe()
16017 pf->udp_tunnel_nic.tables[0].tunnel_types = UDP_TUNNEL_TYPE_VXLAN | in i40e_probe()
/openbmc/linux/
H A Dopengrok2.0.log[all...]