Searched refs:PCI_COMMAND (Results 1 – 3 of 3) sorted by relevance
224 if (i * 4 == PCI_COMMAND) in mthca_reset()235 if (pci_write_config_dword(bridge, PCI_COMMAND, in mthca_reset()236 bridge_header[PCI_COMMAND / 4])) { in mthca_reset()275 if (i * 4 == PCI_COMMAND) in mthca_reset()286 if (pci_write_config_dword(mdev->pdev, PCI_COMMAND, in mthca_reset()287 hca_header[PCI_COMMAND / 4])) { in mthca_reset()
161 if (i * 4 == PCI_COMMAND) in mlx4_reset()173 if (pci_write_config_dword(dev->persist->pdev, PCI_COMMAND, in mlx4_reset()174 hca_header[PCI_COMMAND / 4])) { in mlx4_reset()
113 #define PCI_COMMAND PCIR_COMMAND macro