Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/
Dpci-bridge-emul.h59 __le32 devcap2; member
/linux-6.12.1/drivers/vfio/pci/
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-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6301 u32 devcap2; in cxgb4_iov_configure() local
6311 pcie_capability_read_dword(pbridge, PCI_EXP_DEVCAP2, &devcap2); in cxgb4_iov_configure()
6314 !(devcap2 & PCI_EXP_DEVCAP2_ARI)) { in cxgb4_iov_configure()