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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_osdep.h170 #define E1000_READ_REG_ARRAY(hw, reg, index) \ macro
180 #define E1000_READ_REG_ARRAY_DWORD E1000_READ_REG_ARRAY
H A De1000_mbx.c501 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(0), i);
717 msg[i] = E1000_READ_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i);
H A De1000_80003es2lan.c975 reg_data = E1000_READ_REG_ARRAY(hw, E1000_FFLT, 0x0001);
H A De1000_82543.c1469 temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1);
H A Dif_igb.c2588 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
2602 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
2624 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
2639 ivar = E1000_READ_REG_ARRAY(hw, E1000_IVAR0, index);
H A Dif_lem.c4119 mreg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i);
H A Dif_em.c5057 mreg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i);
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em_osdep.h196 #define E1000_READ_REG_ARRAY(hw, reg, index) \ macro
H A Dif_em_hw.c3949 mta = E1000_READ_REG_ARRAY(hw, MTA, hash_reg);
3958 temp = E1000_READ_REG_ARRAY(hw, MTA, (hash_reg - 1));
4008 temp = E1000_READ_REG_ARRAY(hw, VFTA, (offset - 1));

Completed in 194 milliseconds