Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mthca/
H A Dmthca_reset.c224 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()
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_reset.c161 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()
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h113 #define PCI_COMMAND PCIR_COMMAND macro