Searched refs:E1000_READ_REG_ARRAY (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h158 #define E1000_READ_REG_ARRAY(hw, reg, offset) (\ macro
172 E1000_READ_REG_ARRAY(a, reg, offset)
H A De1000g_main.c4478 ether_addr.reg.low = E1000_READ_REG_ARRAY(hw, E1000_RA, 0);
4479 ether_addr.reg.high = E1000_READ_REG_ARRAY(hw, E1000_RA, 1);
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h126 #define E1000_READ_REG_ARRAY(hw, reg, offset) \ macro
133 E1000_READ_REG_ARRAY(a, reg, offset)
H A Digb_main.c4804 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
4829 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
4895 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
4920 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c513 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(0), i);
737 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i);
H A De1000_80003es2lan.c962 reg_data = E1000_READ_REG_ARRAY(hw, E1000_FFLT, 0x0001);
H A De1000_82543.c1464 temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c163 #define E1000_READ_REG_ARRAY(a, reg, offset) ( \ macro

Completed in 98 milliseconds