mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
habanalabs: increase ELBI reset timeout for PLDM
On PLDM, in case of NIC hangs, the ELBI reset to take much longer than expected. As a result an increase in the ELBI reset timeout is required. Signed-off-by: Moti Haimovski <mhaimovski@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
This commit is contained in:
parent
91812dd093
commit
7bd1e23e5f
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <linux/pci.h>
|
||||
|
||||
#define HL_PLDM_PCI_ELBI_TIMEOUT_MSEC (HL_PCI_ELBI_TIMEOUT_MSEC * 10)
|
||||
#define HL_PLDM_PCI_ELBI_TIMEOUT_MSEC (HL_PCI_ELBI_TIMEOUT_MSEC * 100)
|
||||
|
||||
#define IATU_REGION_CTRL_REGION_EN_MASK BIT(31)
|
||||
#define IATU_REGION_CTRL_MATCH_MODE_MASK BIT(30)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user