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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_osdep.h206 #define E1000_READ_REG_ARRAY(hw, reg, index) \ macro
216 #define E1000_READ_REG_ARRAY_DWORD E1000_READ_REG_ARRAY
H A De1000_mbx.c518 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(0), i);
742 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i);
H A De1000_80003es2lan.c890 reg_data = E1000_READ_REG_ARRAY(hw, E1000_FFLT, 0x0001);
H A De1000_82543.c1465 temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1);
H A Dif_em.c2139 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
2153 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
2175 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
2190 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
3956 mreg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i);

Completed in 35 milliseconds