Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx.c1153 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
1154 efx->type->udp_tnl_push_ports(efx); in efx_pci_probe()
Defx_common.c793 if (efx->type->udp_tnl_push_ports) in efx_reset_up()
794 efx->type->udp_tnl_push_ports(efx); in efx_reset_up()
Dnet_driver.h1489 int (*udp_tnl_push_ports)(struct efx_nic *efx); member
Def10.c4206 .udp_tnl_push_ports = efx_ef10_udp_tnl_push_ports,