commit | 1dfddc41ae4990b991059de8dfc8e802ab67244c | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Sun Oct 14 07:02:39 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 15 22:44:31 2018 -0700 |
tree | 7efc21a349c1c2685161338fb37b194fbe2527d4 | |
parent | 36e53349b60bc6c629949e041567a376c9c42228 [diff] |
bnxt_en: Add maximum extended request length fw message support. Support the max_ext_req_len field from the HWRM_VER_GET_RESPONSE. If this field is valid and greater than the mailbox size, use the short command format to send firmware messages greater than the mailbox size. Newer devices use this method to send larger messages to the firmware. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>