Home
last modified time | relevance | path

Searched refs:devcap2 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/
H A Dpci-bridge-emul.h59 __le32 devcap2; member
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c928 u32 devcap2; in vfio_pci_info_atomic_cap() local
930 pcie_capability_read_dword(pdev, PCI_EXP_DEVCAP2, &devcap2); in vfio_pci_info_atomic_cap()
932 if ((devcap2 & PCI_EXP_DEVCAP2_ATOMIC_COMP32) && in vfio_pci_info_atomic_cap()
936 if ((devcap2 & PCI_EXP_DEVCAP2_ATOMIC_COMP64) && in vfio_pci_info_atomic_cap()
940 if ((devcap2 & PCI_EXP_DEVCAP2_ATOMIC_COMP128) && in vfio_pci_info_atomic_cap()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6292 u32 devcap2; in cxgb4_iov_configure() local
6302 pcie_capability_read_dword(pbridge, PCI_EXP_DEVCAP2, &devcap2); in cxgb4_iov_configure()
6305 !(devcap2 & PCI_EXP_DEVCAP2_ARI)) { in cxgb4_iov_configure()