Searched refs:E1000_ICR (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/e1000/ |
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 | 78 #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 | 800 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_80003es2lan()
|
H A D | e1000_82575.c | 1348 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82575() 2298 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82580()
|
H A D | e1000_82571.c | 1045 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82571()
|
H A D | if_em.c | 797 regs_buff[3] = E1000_READ_REG(hw, E1000_ICR); in em_get_regs() 1614 E1000_READ_REG(&sc->hw, E1000_ICR); in em_if_init() 1805 reg_icr = E1000_READ_REG(hw, E1000_ICR); in em_intr() 1929 reg_icr = E1000_READ_REG(&sc->hw, E1000_ICR); in em_msix_link()
|
H A D | e1000_ich8lan.c | 5091 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_ich8lan()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_e82545.c | 658 case E1000_ICR: in e82545_intr_write() 692 case E1000_ICR: in e82545_intr_read() 1658 case E1000_ICR: in e82545_write_register() 1881 case E1000_ICR: in e82545_read_register()
|