]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_dp_tx.h
net/sfc: support Tx descriptor status in secondary process
[dpdk.git] / drivers / net / sfc / sfc_dp_tx.h
index c246871cd04d0fe18facdc25292e39e4907d1a21..fd492f21f222e63e64a8a18a4f53f7e9f1762c01 100644 (file)
@@ -182,6 +182,9 @@ sfc_dp_find_tx_by_caps(struct sfc_dp_list *head, unsigned int avail_caps)
        return (p == NULL) ? NULL : container_of(p, struct sfc_dp_tx, dp);
 }
 
+/** Get Tx datapath ops by the datapath TxQ handle */
+const struct sfc_dp_tx *sfc_dp_tx_by_dp_txq(const struct sfc_dp_txq *dp_txq);
+
 extern struct sfc_dp_tx sfc_efx_tx;
 extern struct sfc_dp_tx sfc_ef10_tx;
 extern struct sfc_dp_tx sfc_ef10_simple_tx;