Page MenuHomeFreeBSD

bnxt_en: Send HWRM_FUNC_RESET after error recovery
Needs ReviewPublic

Authored by chandrakanth.patil_broadcom.com on Aug 21 2025, 4:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 11:03 PM
Unknown Object (File)
Fri, Apr 17, 10:59 AM
Unknown Object (File)
Thu, Apr 9, 7:18 PM
Unknown Object (File)
Wed, Apr 8, 8:20 PM
Unknown Object (File)
Mar 9 2026, 5:48 PM
Unknown Object (File)
Mar 7 2026, 2:01 PM
Unknown Object (File)
Mar 4 2026, 2:43 PM
Unknown Object (File)
Mar 3 2026, 3:58 PM
Subscribers
None

Details

Summary

After error recovery, the driver must issue HWRM_FUNC_RESET to the firmware to clear per-function
resources before re-initializing. Without this reset, stale firmware state can persist and cause
re-init failures or resource leaks. Send the function reset at the end of the recovery path, then
proceed with normal re-init.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped