Home
last modified time | relevance | path

Searched refs:sfc_dp_tx (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_dp_tx.h170 struct sfc_dp_tx { struct
199 static inline struct sfc_dp_tx * argument
204 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_tx, dp); in sfc_dp_find_tx_by_name()
207 static inline struct sfc_dp_tx *
212 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_tx, dp); in sfc_dp_find_tx_by_caps()
216 const struct sfc_dp_tx *sfc_dp_tx_by_dp_txq(const struct sfc_dp_txq *dp_txq);
219 sfc_dp_tx_offload_capa(const struct sfc_dp_tx *dp_tx) in sfc_dp_tx_offload_capa()
355 extern struct sfc_dp_tx sfc_efx_tx;
356 extern struct sfc_dp_tx sfc_ef10_tx;
357 extern struct sfc_dp_tx sfc_ef10_simple_tx;
[all …]
H A Dsfc.h158 const struct sfc_dp_tx *dp_tx;
H A Dsfc_ef10_tx.c1126 struct sfc_dp_tx sfc_ef10_tx = {
1154 struct sfc_dp_tx sfc_ef10_simple_tx = {
H A Dsfc_tx.c1022 const struct sfc_dp_tx *
1253 struct sfc_dp_tx sfc_efx_tx = {
H A Dsfc_ethdev.c1385 const struct sfc_dp_tx *dp_tx; in sfc_tx_descriptor_status()
2420 const struct sfc_dp_tx *dp_tx; in sfc_eth_dev_set_ops()
2588 const struct sfc_dp_tx *dp_tx; in sfc_eth_dev_secondary_init()
H A Dsfc_ef100_tx.c1012 struct sfc_dp_tx sfc_ef100_tx = {