diff options
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 07f0ea73676..a2a86c54a75 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -424,6 +424,8 @@ void e1000_pci_clear_mwi(struct e1000_hw *hw); | |||
424 | void e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t * value); | 424 | void e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t * value); |
425 | void e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t * value); | 425 | void e1000_write_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t * value); |
426 | int32_t e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value); | 426 | int32_t e1000_read_pcie_cap_reg(struct e1000_hw *hw, uint32_t reg, uint16_t *value); |
427 | void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc); | ||
428 | int e1000_pcix_get_mmrbc(struct e1000_hw *hw); | ||
427 | /* Port I/O is only supported on 82544 and newer */ | 429 | /* Port I/O is only supported on 82544 and newer */ |
428 | void e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value); | 430 | void e1000_io_write(struct e1000_hw *hw, unsigned long port, uint32_t value); |
429 | int32_t e1000_disable_pciex_master(struct e1000_hw *hw); | 431 | int32_t e1000_disable_pciex_master(struct e1000_hw *hw); |