Searched refs:E1000_STATUS (Results 1 – 9 of 9) sorted by relevance
28 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro381 #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()1286 before = rd32(E1000_STATUS); in igb_reg_test()1287 value = (rd32(E1000_STATUS) & toggle); in igb_reg_test()1288 wr32(E1000_STATUS, toggle); in igb_reg_test()1289 after = rd32(E1000_STATUS) & toggle; in igb_reg_test()1298 wr32(E1000_STATUS, before); in igb_reg_test()1974 if (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) in igb_link_test()
215 hw->bus.func = (rd32(E1000_STATUS) & E1000_STATUS_FUNC_MASK) >> in igb_init_phy_params_82575()1362 status = rd32(E1000_STATUS); in igb_get_pcs_speed_and_duplex_82575()2249 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET)) in igb_reset_hw_82580()2271 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET); in igb_reset_hw_82580()
263 {E1000_STATUS, "STATUS"},2497 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1) in igb_probe()6513 !(rd32(E1000_STATUS) & E1000_STATUS_TXOFF)) { in igb_clean_tx_irq()7379 status = rd32(E1000_STATUS); in __igb_shutdown()7886 (!(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