net/i40e: use PHY type to check PHY capability
[dpdk.git] / drivers / net / fm10k / fm10k.h
index 770d6ba..05aa1a2 100644 (file)
@@ -204,6 +204,7 @@ struct fm10k_rx_queue {
        uint8_t port_id;
        uint8_t drop_en;
        uint8_t rx_deferred_start; /* don't start this queue in dev start. */
+       uint16_t rx_ftag_en; /* indicates FTAG RX supported */
 };
 
 /*
@@ -240,6 +241,7 @@ struct fm10k_tx_queue {
        uint8_t port_id;
        uint8_t tx_deferred_start; /** don't start this queue in dev start. */
        uint16_t queue_id;
+       uint16_t tx_ftag_en; /* indicates FTAG TX supported */
 };
 
 struct fm10k_txq_ops {