net/bnxt: support extended HWRM request sizes
[dpdk.git] / drivers / net / bnxt / bnxt.h
index caacc72..9bb8d82 100644 (file)
@@ -320,6 +320,7 @@ struct bnxt {
        rte_spinlock_t                  hwrm_lock;
        uint16_t                        max_req_len;
        uint16_t                        max_resp_len;
+       uint16_t                        hwrm_max_ext_req_len;
 
        struct bnxt_link_info   link_info;
        struct bnxt_cos_queue_info      cos_queue[BNXT_COS_QUEUE_COUNT];