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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dregs.h32 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_regs.h32 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
317 #define wrfl() ((void)rd32(E1000_STATUS))
H A Digb_ethtool.c170 status = rd32(E1000_STATUS);
406 regs_buff[1] = rd32(E1000_STATUS);
1146 before = rd32(E1000_STATUS);
1147 value = (rd32(E1000_STATUS) & toggle);
1148 wr32(E1000_STATUS, toggle);
1149 after = rd32(E1000_STATUS) & toggle;
1157 wr32(E1000_STATUS, before);
1753 if (!(rd32(E1000_STATUS) & E1000_STATUS_LU))
1857 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1) {
1878 if ((rd32(E1000_STATUS)
[all...]
H A De1000_82575.c275 hw->bus.func = (rd32(E1000_STATUS) & E1000_STATUS_FUNC_MASK) >>
1634 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET))
1660 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET);
H A De1000_mac.c81 reg = rd32(E1000_STATUS);
998 status = rd32(E1000_STATUS);
1302 if (!(rd32(E1000_STATUS) &
H A Digb_main.c213 {E1000_STATUS, "STATUS"},
1937 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1)
5396 !(rd32(E1000_STATUS) & E1000_STATUS_TXOFF)) {
6147 status = rd32(E1000_STATUS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dhw.h51 E1000_STATUS = 0x00008, /* Device Status - RO */ enumerator in enum:e1e_registers
H A Dnetdev.c96 {E1000_STATUS, "STATUS"},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.h805 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
1016 #define E1000_82542_STATUS E1000_STATUS

Completed in 163 milliseconds