Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Defx.c1095 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
1096 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
/Linux-v6.1/drivers/net/ethernet/sfc/
Defx.c1124 if (efx->type->udp_tnl_push_ports) in efx_pci_probe()
1125 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.h1527 int (*udp_tnl_push_ports)(struct efx_nic *efx); member
Def10.c4231 .udp_tnl_push_ports = efx_ef10_udp_tnl_push_ports,