#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/pci.h>
#include <linux/pci_regs.h>
#include <linux/errno.h>
#include "../../pci.h"
Go to the source code of this file.
#define ECRC_POLICY_DEFAULT 0 /* ECRC set by BIOS */ |
#define ECRC_POLICY_OFF 1 /* ECRC off for performance */ |
#define ECRC_POLICY_ON 2 /* ECRC on for data integrity */ |
pcie_ecrc_get_policy - parse kernel command-line ecrc option
Definition at line 119 of file ecrc.c.
pcie_set_ecrc_checking - set/unset PCIe ECRC checking for a device based on global policy : the PCI device
Definition at line 100 of file ecrc.c.