Home
last modified time | relevance | path

Searched refs:E1000_VMBMEM (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c477 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(0), i, msg[i]); in e1000_write_mbx_vf()
513 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(0), i); in e1000_read_mbx_vf()
698 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i, msg[i]); in e1000_write_mbx_pf()
737 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i); in e1000_read_mbx_pf()
H A De1000_regs.h573 #define E1000_VMBMEM(_n) (0x00800 + (64 * (_n))) macro