Home
last modified time | relevance | path

Searched refs:E1000_ICR (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c227 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82542()
H A De1000_82543.c945 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 De1000_regs.h74 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro
H A De1000_82540.c317 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82540()
H A De1000_82541.c363 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82541()
H A De1000_80003es2lan.c873 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_80003es2lan()
H A De1000_82575.c1477 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 De1000_82571.c1166 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82571()
H A De1000_ich8lan.c5102 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_ich8lan()
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c656 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 De1000_hw.h577 #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 De1000g_debug.c284 {"ICR", E1000_ICR}, {"ITR", E1000_ITR}, in mac_dump()
H A De1000g_main.c2343 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 Digb_main.c3675 (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()