Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_osdep.h190 #define E1000_READ_REG_ARRAY(hw, reg, index) \ macro
200 #define E1000_READ_REG_ARRAY_DWORD E1000_READ_REG_ARRAY
H A De1000_mbx.c517 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(0), i); in e1000_read_mbx_vf()
741 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i); in e1000_read_mbx_pf()
H A Dif_em.c2596 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
2611 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
2635 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
2651 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index); in igb_configure_queues()
4587 mreg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i); in em_enable_phy_wakeup()
H A De1000_82543.c1464 temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1); in e1000_write_vfta_82543()
H A De1000_80003es2lan.c889 reg_data = E1000_READ_REG_ARRAY(hw, E1000_FFLT, 0x0001); in e1000_init_hw_80003es2lan()