Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148920412
D52095.1789166957.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
539 B
Referenced Files
None
Subscribers
None
D52095.1789166957.diff
View Options
Index: sys/dev/bnxt/bnxt_en/if_bnxt.c
===================================================================
--- sys/dev/bnxt/bnxt_en/if_bnxt.c
+++ sys/dev/bnxt/bnxt_en/if_bnxt.c
@@ -2038,6 +2038,12 @@
&bp->nvm_info->size, &bp->nvm_info->reserved_size,
&bp->nvm_info->available_size);
+ rc = bnxt_hwrm_func_reset(bp);
+ if (rc) {
+ device_printf(bp->dev, "reinit: hwrm func_reset failed\n");
+ return rc;
+ }
+
/* Get the queue config */
rc = bnxt_hwrm_queue_qportcfg(bp, HWRM_QUEUE_QPORTCFG_INPUT_FLAGS_PATH_TX);
if (rc) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 11, 10:49 PM (8 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29562818
Default Alt Text
D52095.1789166957.diff (539 B)
Attached To
Mode
D52095: bnxt_en: Send HWRM_FUNC_RESET after error recovery
Attached
Detach File
Event Timeline
Log In to Comment