Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_tx.h166 struct sfc_dp_tx { struct
194 static inline struct sfc_dp_tx * argument
199 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_tx, dp); in sfc_dp_find_tx_by_name()
202 static inline struct sfc_dp_tx *
207 return (p == NULL) ? NULL : container_of(p, struct sfc_dp_tx, dp); in sfc_dp_find_tx_by_caps()
211 const struct sfc_dp_tx *sfc_dp_tx_by_dp_txq(const struct sfc_dp_txq *dp_txq);
214 sfc_dp_tx_offload_capa(const struct sfc_dp_tx *dp_tx) in sfc_dp_tx_offload_capa()
350 extern struct sfc_dp_tx sfc_efx_tx;
351 extern struct sfc_dp_tx sfc_ef10_tx;
352 extern struct sfc_dp_tx sfc_ef10_simple_tx;
[all …]
H A Dsfc.h191 const struct sfc_dp_tx *dp_tx;
H A Dsfc_ef10_tx.c1101 struct sfc_dp_tx sfc_ef10_tx = {
1129 struct sfc_dp_tx sfc_ef10_simple_tx = {
H A Dsfc_tx.c924 const struct sfc_dp_tx *
1150 struct sfc_dp_tx sfc_efx_tx = {
H A Dsfc_ethdev.c1287 const struct sfc_dp_tx *dp_tx; in sfc_tx_descriptor_status()
1892 const struct sfc_dp_tx *dp_tx; in sfc_eth_dev_set_ops()
2055 const struct sfc_dp_tx *dp_tx; in sfc_eth_dev_secondary_init()
H A Dsfc_ef100_tx.c936 struct sfc_dp_tx sfc_ef100_tx = {