Searched refs:E1000_ICR (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 227 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82542()
|
H A D | e1000_82543.c | 945 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82543() 1239 icr = E1000_READ_REG(hw, E1000_ICR); in e1000_check_for_copper_link_82543()
|
H A D | e1000_regs.h | 74 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro
|
H A D | e1000_82540.c | 317 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82540()
|
H A D | e1000_82541.c | 363 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82541()
|
H A D | e1000_80003es2lan.c | 873 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_80003es2lan()
|
H A D | e1000_82575.c | 1477 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82575() 2536 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82580()
|
H A D | e1000_82571.c | 1166 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82571()
|
H A D | e1000_ich8lan.c | 5102 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_ich8lan()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 656 case E1000_ICR: in e82545_intr_write() 690 case E1000_ICR: in e82545_intr_read() 1691 case E1000_ICR: in e82545_write_register() 1914 case E1000_ICR: in e82545_read_register()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 577 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro 712 #define E1000_82542_ICR E1000_ICR
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 284 {"ICR", E1000_ICR}, {"ITR", E1000_ITR}, in mac_dump()
|
H A D | e1000g_main.c | 2343 icr = E1000_READ_REG(&Adapter->shared, E1000_ICR); in e1000g_intr_pciexpress() 2381 icr = E1000_READ_REG(&Adapter->shared, E1000_ICR); in e1000g_intr()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 3675 (void) E1000_READ_REG(hw, E1000_ICR); in igb_enable_adapter_interrupts_82580() 3707 (void) E1000_READ_REG(hw, E1000_ICR); in igb_enable_adapter_interrupts_82576() 3740 (void) E1000_READ_REG(hw, E1000_ICR); in igb_enable_adapter_interrupts_82575() 4151 icr = E1000_READ_REG(&igb->hw, E1000_ICR); in igb_intr_legacy() 4246 icr = E1000_READ_REG(&igb->hw, E1000_ICR); in igb_intr_msi() 4334 icr = E1000_READ_REG(&igb->hw, E1000_ICR); in igb_intr_tx_other()
|