Home
last modified time | relevance | path

Searched refs:E1000_READ_REG_ARRAY (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/e1000/
HDe1000_osdep.h167 #define E1000_READ_REG_ARRAY(hw, reg, index) \ macro
177 #define E1000_READ_REG_ARRAY_DWORD E1000_READ_REG_ARRAY
HDe1000_mbx.c513 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(0), i); in e1000_read_mbx_vf()
737 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i); in e1000_read_mbx_pf()
HDe1000_82543.c1464 temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1); in e1000_write_vfta_82543()
HDe1000_80003es2lan.c962 reg_data = E1000_READ_REG_ARRAY(hw, E1000_FFLT, 0x0001); in e1000_init_hw_80003es2lan()
HDif_igb.c2617 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
2631 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
2653 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
2668 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
HDif_lem.c4276 mreg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i); in lem_enable_phy_wakeup()
HDif_em.c5458 mreg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i); in em_enable_phy_wakeup()