Searched refs:pci_cmd_word (Results 1 – 2 of 2) sorted by relevance
125 pcireg_t pci_cmd_word; in ixgbe_pci_enable_busmaster() local127 pci_cmd_word = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG); in ixgbe_pci_enable_busmaster()128 if (!(pci_cmd_word & PCI_COMMAND_MASTER_ENABLE)) { in ixgbe_pci_enable_busmaster()129 pci_cmd_word |= PCI_COMMAND_MASTER_ENABLE; in ixgbe_pci_enable_busmaster()130 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, pci_cmd_word); in ixgbe_pci_enable_busmaster()
338 uint16_t pci_cmd_word; member