Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_rx.h208 struct sfc_dp_rx { struct
244 static inline struct sfc_dp_rx * argument
249 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_rx, dp); in sfc_dp_find_rx_by_name()
252 static inline struct sfc_dp_rx *
257 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_rx, dp); in sfc_dp_find_rx_by_caps()
261 sfc_dp_rx_offload_capa(const struct sfc_dp_rx *dp_rx) in sfc_dp_rx_offload_capa()
267 const struct sfc_dp_rx *sfc_dp_rx_by_dp_rxq(const struct sfc_dp_rxq *dp_rxq);
269 extern struct sfc_dp_rx sfc_efx_rx;
270 extern struct sfc_dp_rx sfc_ef10_rx;
271 extern struct sfc_dp_rx sfc_ef10_essb_rx;
[all …]
H A Dsfc.h106 struct sfc_dp_rx;
190 const struct sfc_dp_rx *dp_rx;
H A Dsfc_ethdev.c1257 const struct sfc_dp_rx *dp_rx; in sfc_rx_descriptor_done()
1272 const struct sfc_dp_rx *dp_rx; in sfc_rx_descriptor_status()
1891 const struct sfc_dp_rx *dp_rx; in sfc_eth_dev_set_ops()
2054 const struct sfc_dp_rx *dp_rx; in sfc_eth_dev_secondary_init()
H A Dsfc_ef10_essb_rx.c739 struct sfc_dp_rx sfc_ef10_essb_rx = {
H A Dsfc_ef10_rx.c813 struct sfc_dp_rx sfc_ef10_rx = {
H A Dsfc_ef100_rx.c890 struct sfc_dp_rx sfc_ef100_rx = {
H A Dsfc_rx.c402 const struct sfc_dp_rx *
632 struct sfc_dp_rx sfc_efx_rx = {