Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h111 #define PCI_COMMAND PCIR_COMMAND macro
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c1725 pci_read_config_word(pdev, PCI_COMMAND, &pci_cmd); in iwl_pcie_set_interrupt_capa()
1728 pci_write_config_word(pdev, PCI_COMMAND, pci_cmd); in iwl_pcie_set_interrupt_capa()