diff options
| author | David S. Miller <davem@davemloft.net> | 2023-09-18 09:28:22 +0100 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-09-18 09:28:22 +0100 |
| commit | 760554a9add861a0a2d6ac4a85624f8b9537f1bf (patch) | |
| tree | 7b8f0a72119ee669ada639b2c39853099e1f09ac /include/linux | |
| parent | 8d6198a14e2bfb09f190055b387c90b4ac9b49a4 (diff) | |
| parent | 1e18ec3e9d46e4ad2b6507c3bfc7f59e2ab449a2 (diff) | |
Merge branch 'pds_core-pci-reset'
Shannon Nelson says:
====================
pds_core: add PCI reset handling
Make sure pds_core can handle and recover from PCI function resets and
similar PCI bus issues: add detection and handlers for PCI problems.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pds/pds_core_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pds/pds_core_if.h b/include/linux/pds/pds_core_if.h index e838a2b90440..17a87c1a55d7 100644 --- a/include/linux/pds/pds_core_if.h +++ b/include/linux/pds/pds_core_if.h @@ -79,6 +79,7 @@ enum pds_core_status_code { PDS_RC_EVFID = 31, /* VF ID does not exist */ PDS_RC_BAD_FW = 32, /* FW file is invalid or corrupted */ PDS_RC_ECLIENT = 33, /* No such client id */ + PDS_RC_BAD_PCI = 255, /* Broken PCI when reading status */ }; /** |
