Home
last modified time | relevance | path

Searched refs:udp_tnl_push_ports (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c2738 if (efx->type->udp_tnl_push_ports) in efx_reset_up()
2739 efx->type->udp_tnl_push_ports(efx); in efx_reset_up()
3626 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
3627 efx->type->udp_tnl_push_ports(efx); in efx_pci_probe()
Dnet_driver.h1415 int (*udp_tnl_push_ports)(struct efx_nic *efx); member
Def10.c6774 .udp_tnl_push_ports = efx_ef10_udp_tnl_push_ports,