Searched refs:E1000_IMS (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 666 case E1000_IMS: in e82545_intr_write() 701 case E1000_IMS: in e82545_intr_read() 1694 case E1000_IMS: in e82545_write_register() 1917 case E1000_IMS: in e82545_read_register()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_regs.h | 77 #define E1000_IMS 0x000D0 /* Interrupt Mask Set - RW */ macro
|
H A D | e1000_82543.c | 1241 E1000_WRITE_REG(hw, E1000_IMS, IMS_ENABLE_MASK); in e1000_check_for_copper_link_82543()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 580 #define E1000_IMS 0x000D0 /* Interrupt Mask Set - RW */ macro 715 #define E1000_82542_IMS E1000_IMS
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 285 {"ICS", E1000_ICS}, {"IMS", E1000_IMS}, in mac_dump()
|
H A D | e1000g_main.c | 2967 intr_mask = E1000_READ_REG(hw, E1000_IMS); in e1000g_rx_ring_intr_enable() 2969 E1000_WRITE_REG(hw, E1000_IMS, intr_mask); in e1000g_rx_ring_intr_enable() 5026 E1000_WRITE_REG(&Adapter->shared, E1000_IMS, in e1000g_mask_interrupt() 5045 E1000_WRITE_REG(&Adapter->shared, E1000_IMS, E1000_IMS_TXDW); in e1000g_mask_tx_interrupt()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 3684 E1000_WRITE_REG(hw, E1000_IMS, igb->ims_mask); in igb_enable_adapter_interrupts_82580() 3689 E1000_WRITE_REG(hw, E1000_IMS, igb->ims_mask); in igb_enable_adapter_interrupts_82580() 3715 E1000_WRITE_REG(hw, E1000_IMS, E1000_IMS_LSC); in igb_enable_adapter_interrupts_82576() 3720 E1000_WRITE_REG(hw, E1000_IMS, in igb_enable_adapter_interrupts_82576() 3747 E1000_WRITE_REG(hw, E1000_IMS, E1000_IMS_LSC); in igb_enable_adapter_interrupts_82575() 3760 E1000_WRITE_REG(hw, E1000_IMS, IMS_ENABLE_MASK); in igb_enable_adapter_interrupts_82575()
|
H A D | igb_gld.c | 710 E1000_WRITE_REG(hw, E1000_IMS, igb->ims_mask); in igb_rx_ring_intr_enable()
|