Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.c791 if (efx->type->udp_tnl_push_ports) in efx_reset_up()
792 efx->type->udp_tnl_push_ports(efx); in efx_reset_up()
H A Defx.c1157 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
1158 efx->type->udp_tnl_push_ports(efx); in efx_pci_probe()
H A Dnet_driver.h1447 int (*udp_tnl_push_ports)(struct efx_nic *efx); member
H A Def10.c4185 .udp_tnl_push_ports = efx_ef10_udp_tnl_push_ports,