Home
last modified time | relevance | path

Searched refs:en_etop (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_tunnel.c266 enp->en_etop = etop; in efx_tunnel_init()
274 enp->en_etop = NULL; in efx_tunnel_init()
288 if (enp->en_etop->eto_fini != NULL) in efx_tunnel_fini()
289 enp->en_etop->eto_fini(enp); in efx_tunnel_fini()
291 enp->en_etop = NULL; in efx_tunnel_fini()
537 const efx_tunnel_ops_t *etop = enp->en_etop; in efx_tunnel_reconfigure()
570 rc = enp->en_etop->eto_reconfigure(enp); in efx_tunnel_reconfigure()
H A Defx_impl.h849 const efx_tunnel_ops_t *en_etop; member