Home
last modified time | relevance | path

Searched refs:tunnel_encaps (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef10.h136 const uint32_t * sfc_ef10_supported_ptypes_get(uint32_t tunnel_encaps);
H A Dsfc_dp_rx.h193 uint32_t tunnel_encaps);
H A Dsfc_ef10_rx.c474 sfc_ef10_supported_ptypes_get(uint32_t tunnel_encaps) in sfc_ef10_supported_ptypes_get() argument
516 switch (tunnel_encaps) { in sfc_ef10_supported_ptypes_get()
524 tunnel_encaps); in sfc_ef10_supported_ptypes_get()
H A Dsfc.h177 uint32_t tunnel_encaps; member
H A Dsfc.c358 sa->priv.shared->tunnel_encaps = in sfc_try_start()
797 sa->priv.shared->tunnel_encaps = in sfc_attach()
H A Dsfc_ef100_rx.c595 sfc_ef100_supported_ptypes_get(__rte_unused uint32_t tunnel_encaps) in sfc_ef100_supported_ptypes_get() argument
H A Dsfc_rx.c185 sfc_efx_supported_ptypes_get(__rte_unused uint32_t tunnel_encaps) in sfc_efx_supported_ptypes_get() argument
H A Dsfc_ethdev.c205 return sap->dp_rx->supported_ptypes_get(sap->shared->tunnel_encaps); in sfc_dev_supported_ptypes_get()