Home
last modified time | relevance | path

Searched refs:WA_SNB_ERR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/ntb/
Dntb_hw.c162 ndev->wa_flags |= WA_SNB_ERR; in ntb_set_errata_flags()
749 if (ndev->wa_flags & WA_SNB_ERR) { in ntb_xeon_setup()
810 if (ndev->wa_flags & WA_SNB_ERR) in ntb_xeon_setup()
850 if (ndev->wa_flags & WA_SNB_ERR) in ntb_xeon_setup()
891 if (ndev->wa_flags & WA_SNB_ERR) { in ntb_xeon_setup()
925 if (ndev->wa_flags & WA_SNB_ERR) { in ntb_xeon_setup()
1763 if ((ndev->wa_flags & WA_SNB_ERR) && in ntb_pci_probe()
Dntb_hw.h114 #define WA_SNB_ERR 0x00000001 macro