1PCI_SET_CACHELINE_SI(9) Hardware Interfaces PCI_SET_CACHELINE_SI(9)
2
3
4
6 pci_set_cacheline_size - ensure the CACHE_LINE_SIZE register is
7 programmed
8
10 int pci_set_cacheline_size(struct pci_dev * dev);
11
13 dev
14 the PCI device for which MWI is to be enabled
15
17 Helper function for pci_set_mwi. Originally copied from
18 drivers/net/acenic.c. Copyright 1998-2001 by Jes Sorensen,
19 <jestrained-monkey.org>.
20
22 An appropriate -ERRNO error value on error, or zero for success.
23
25Kernel Hackers Manual 3.10 June 2019 PCI_SET_CACHELINE_SI(9)