Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/siena/
Defx.c1094 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
1095 efx->type->udp_tnl_push_ports(efx); in efx_pci_probe()
Defx_common.c801 if (efx->type->udp_tnl_push_ports) in efx_siena_reset_up()
802 efx->type->udp_tnl_push_ports(efx); in efx_siena_reset_up()
Dnet_driver.h1453 int (*udp_tnl_push_ports)(struct efx_nic *efx); member
/drivers/net/ethernet/sfc/
Defx.c1130 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
1131 efx->type->udp_tnl_push_ports(efx); in efx_pci_probe()
Defx_common.c788 if (efx->type->udp_tnl_push_ports) in efx_reset_up()
789 efx->type->udp_tnl_push_ports(efx); in efx_reset_up()
Dnet_driver.h1500 int (*udp_tnl_push_ports)(struct efx_nic *efx); member
Def10.c4263 .udp_tnl_push_ports = efx_ef10_udp_tnl_push_ports,