Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_dp_rx.h218 struct sfc_dp_rx { struct
256 static inline struct sfc_dp_rx * argument
261 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_rx, dp); in sfc_dp_find_rx_by_name()
264 static inline struct sfc_dp_rx *
269 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_rx, dp); in sfc_dp_find_rx_by_caps()
273 sfc_dp_rx_offload_capa(const struct sfc_dp_rx *dp_rx) in sfc_dp_rx_offload_capa()
279 const struct sfc_dp_rx *sfc_dp_rx_by_dp_rxq(const struct sfc_dp_rxq *dp_rxq);
281 extern struct sfc_dp_rx sfc_efx_rx;
282 extern struct sfc_dp_rx sfc_ef10_rx;
283 extern struct sfc_dp_rx sfc_ef10_essb_rx;
[all …]
H A Dsfc.h64 struct sfc_dp_rx;
157 const struct sfc_dp_rx *dp_rx;
H A Dsfc_ethdev.c1350 const struct sfc_dp_rx *dp_rx; in sfc_rx_queue_count()
1370 const struct sfc_dp_rx *dp_rx; in sfc_rx_descriptor_status()
2419 const struct sfc_dp_rx *dp_rx; in sfc_eth_dev_set_ops()
2587 const struct sfc_dp_rx *dp_rx; in sfc_eth_dev_secondary_init()
H A Dsfc_ef10_essb_rx.c745 struct sfc_dp_rx sfc_ef10_essb_rx = {
H A Dsfc_ef10_rx.c818 struct sfc_dp_rx sfc_ef10_rx = {
H A Dsfc_rx.c414 const struct sfc_dp_rx *
649 struct sfc_dp_rx sfc_efx_rx = {
H A Dsfc_ef100_rx.c986 struct sfc_dp_rx sfc_ef100_rx = {