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

/drivers/net/ethernet/intel/igbvf/
H A Dregs.h32 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
/drivers/net/ethernet/intel/igb/
H A De1000_regs.h28 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
381 #define wrfl() ((void)rd32(E1000_STATUS))
H A De1000_mac.c78 reg = rd32(E1000_STATUS);
1156 status = rd32(E1000_STATUS);
1484 if (!(rd32(E1000_STATUS) &
H A De1000_82575.c215 hw->bus.func = (rd32(E1000_STATUS) & E1000_STATUS_FUNC_MASK) >>
1362 status = rd32(E1000_STATUS);
2249 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET))
2271 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET);
H A Digb_ethtool.c146 status = rd32(E1000_STATUS);
463 regs_buff[1] = rd32(E1000_STATUS);
1286 before = rd32(E1000_STATUS);
1287 value = (rd32(E1000_STATUS) & toggle);
1288 wr32(E1000_STATUS, toggle);
1289 after = rd32(E1000_STATUS) & toggle;
1298 wr32(E1000_STATUS, before);
1974 if (!(rd32(E1000_STATUS) & E1000_STATUS_LU))
H A Digb_main.c265 {E1000_STATUS, "STATUS"},
2494 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1)
6455 !(rd32(E1000_STATUS) & E1000_STATUS_TXOFF)) {
7330 status = rd32(E1000_STATUS);
7839 (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) ||
/drivers/net/ethernet/intel/e1000e/
H A Dregs.h26 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
H A Dnetdev.c83 {E1000_STATUS, "STATUS"},
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h806 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
1060 #define E1000_82542_STATUS E1000_STATUS

Completed in 220 milliseconds