Searched refs:e1000_read_pci_cfg (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_osdep.c | 55 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) in e1000_read_pci_cfg() function
|
H A D | igb_sw.h | 781 void e1000_read_pci_cfg(struct e1000_hw *, uint32_t, uint16_t *);
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_osdep.c | 52 e1000_read_pci_cfg(struct e1000_hw *hw, uint32_t reg, uint16_t *value) in e1000_read_pci_cfg() function
|
H A D | e1000g_main.c | 798 e1000_read_pci_cfg(hw, PCI_COMMAND_REGISTER, &hw->bus.pci_cmd_word); in e1000g_set_driver_params()
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_mac.c | 302 e1000_read_pci_cfg(hw, PCI_HEADER_TYPE_REGISTER, &pci_header_type); in e1000_set_lan_id_multi_port_pci() 637 e1000_read_pci_cfg(hw, PCIX_COMMAND_REGISTER, &pcix_cmd); in e1000_pcix_mmrbc_workaround_generic() 638 e1000_read_pci_cfg(hw, PCIX_STATUS_REGISTER_HI, &pcix_stat_hi_word); in e1000_pcix_mmrbc_workaround_generic()
|
H A D | e1000_i210.c | 868 e1000_read_pci_cfg(hw, E1000_PCI_PMCSR, &pci_word); in e1000_pll_workaround_i210()
|
H A D | e1000_hw.h | 1032 void e1000_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value);
|
H A D | e1000_ich8lan.c | 1127 e1000_read_pci_cfg(hw, E1000_PCI_LTR_CAP_LPT, &max_snoop); in e1000_platform_pm_pch_lpt() 1128 e1000_read_pci_cfg(hw, E1000_PCI_LTR_CAP_LPT + 2, &max_nosnoop); in e1000_platform_pm_pch_lpt()
|