Searched refs:pci_cmd_word (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 311 u16 pci_cmd_word; member
|
H A D | atl1e_main.c | 579 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in atl1e_sw_init()
|
/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.h | 393 u16 pci_cmd_word; member
|
H A D | atl2.c | 78 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in atl2_sw_init()
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 461 u16 pci_cmd_word; member
|
H A D | igb_main.c | 4052 pci_read_config_word(pdev, PCI_COMMAND, &hw->bus.pci_cmd_word); in igb_sw_init()
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 508 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 D | e1000_hw.h | 1364 u16 pci_cmd_word; member
|
H A D | e1000_main.c | 864 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_init_hw_struct() 2183 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE) in e1000_leave_82542_rst()
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 5047 pci_read_config_word(pdev, PCI_COMMAND, &hw->bus.pci_cmd_word); in igc_sw_init()
|