net/qede: fix VF reload
[dpdk.git] / drivers / net / qede / base / ecore_dev_api.h
index 4d5cc1a..5ea8427 100644 (file)
@@ -277,6 +277,9 @@ struct ecore_hw_prepare_params {
 
        /* Indicates whether this PF serves a storage target */
        bool b_is_target;
+
+       /* retry count for VF acquire on channel timeout */
+       u8 acquire_retry_cnt;
 };
 
 /**