Searched refs:E1000_STATUS (Results 1 – 9 of 9) sorted by relevance
28 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro383 #define wrfl() ((void)rd32(E1000_STATUS))
78 reg = rd32(E1000_STATUS); in igb_get_bus_info_pcie()1156 status = rd32(E1000_STATUS); in igb_get_speed_and_duplex_copper()1484 if (!(rd32(E1000_STATUS) & in igb_disable_pcie_master()
146 status = rd32(E1000_STATUS); in igb_get_settings()463 regs_buff[1] = rd32(E1000_STATUS); in igb_get_regs()1282 before = rd32(E1000_STATUS); in igb_reg_test()1283 value = (rd32(E1000_STATUS) & toggle); in igb_reg_test()1284 wr32(E1000_STATUS, toggle); in igb_reg_test()1285 after = rd32(E1000_STATUS) & toggle; in igb_reg_test()1294 wr32(E1000_STATUS, before); in igb_reg_test()1970 if (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) in igb_link_test()
223 hw->bus.func = (rd32(E1000_STATUS) & E1000_STATUS_FUNC_MASK) >> in igb_init_phy_params_82575()1381 status = rd32(E1000_STATUS); in igb_get_pcs_speed_and_duplex_82575()2273 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET)) in igb_reset_hw_82580()2295 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET); in igb_reset_hw_82580()
265 {E1000_STATUS, "STATUS"},2486 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1) in igb_probe()6510 !(rd32(E1000_STATUS) & E1000_STATUS_TXOFF)) { in igb_clean_tx_irq()7332 status = rd32(E1000_STATUS); in __igb_shutdown()7841 (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) || in igb_ndo_set_vf_bw()
31 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
26 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
84 {E1000_STATUS, "STATUS"},
806 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro1060 #define E1000_82542_STATUS E1000_STATUS