Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.c2735 if (efx->type->udp_tnl_push_ports) in efx_reset_up()
2736 efx->type->udp_tnl_push_ports(efx); in efx_reset_up()
3619 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
3620 efx->type->udp_tnl_push_ports(efx); in efx_pci_probe()
Dnet_driver.h1412 int (*udp_tnl_push_ports)(struct efx_nic *efx); member
Def10.c6801 .udp_tnl_push_ports = efx_ef10_udp_tnl_push_ports,