Home
last modified time | relevance | path

Searched refs:pci_cmd_word (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h153 u16 pci_cmd_word; member
H A Digc_main.c4805 pci_read_config_word(pdev, PCI_COMMAND, &hw->bus.pci_cmd_word); in igc_sw_init()
/openbmc/u-boot/drivers/net/
H A De1000.c1619 hw->pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_reset_hw()
1622 hw->pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_reset_hw()
1697 dm_pci_write_config16(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_reset_hw()
1699 pci_write_config_word(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_reset_hw()
1888 pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_init_hw()
1892 pci_cmd_word & ~PCI_COMMAND_INVALIDATE); in e1000_init_hw()
1910 dm_pci_write_config16(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_init_hw()
1912 pci_write_config_word(hw->pdev, PCI_COMMAND, hw->pci_cmd_word); in e1000_init_hw()
5069 dm_pci_read_config16(hw->pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_sw_init()
5078 pci_read_config_word(hw->pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_sw_init()
H A De1000.h1118 uint16_t pci_cmd_word; member
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h311 u16 pci_cmd_word; member
H A Datl1e_main.c579 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in atl1e_sw_init()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h393 u16 pci_cmd_word; member
H A Datl2.c78 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in atl2_sw_init()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h461 u16 pci_cmd_word; member
H A Digb_main.c4054 pci_read_config_word(pdev, PCI_COMMAND, &hw->bus.pci_cmd_word); in igb_sw_init()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c508 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) in e1000_reset_hw()
568 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) in e1000_init_hw()
H A De1000_hw.h1364 u16 pci_cmd_word; member
H A De1000_main.c869 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_init_hw_struct()
2181 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) in e1000_leave_82542_rst()