Searched refs:E1000_STATUS (Results 1 – 9 of 9) sorted by relevance
8 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
8 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro365 #define wrfl() ((void)rd32(E1000_STATUS))
58 reg = rd32(E1000_STATUS); in igb_get_bus_info_pcie()1206 status = rd32(E1000_STATUS); in igb_get_speed_and_duplex_copper()1534 if (!(rd32(E1000_STATUS) & in igb_disable_pcie_master()
146 status = rd32(E1000_STATUS); in igb_get_link_ksettings()469 regs_buff[1] = rd32(E1000_STATUS); in igb_get_regs()1290 before = rd32(E1000_STATUS); in igb_reg_test()1291 value = (rd32(E1000_STATUS) & toggle); in igb_reg_test()1292 wr32(E1000_STATUS, toggle); in igb_reg_test()1293 after = rd32(E1000_STATUS) & toggle; in igb_reg_test()1302 wr32(E1000_STATUS, before); in igb_reg_test()1987 if (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) in igb_link_test()
225 hw->bus.func = (rd32(E1000_STATUS) & E1000_STATUS_FUNC_MASK) >> in igb_init_phy_params_82575()1401 status = rd32(E1000_STATUS); in igb_get_pcs_speed_and_duplex_82575()2294 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET)) in igb_reset_hw_82580()2316 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET); in igb_reset_hw_82580()
259 {E1000_STATUS, "STATUS"},3296 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1) in igb_probe()7879 !(rd32(E1000_STATUS) & E1000_STATUS_TXOFF)) { in igb_clean_tx_irq()8778 status = rd32(E1000_STATUS); in __igb_shutdown()9342 (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) || in igb_ndo_set_vf_bw()
67 {E1000_STATUS, "STATUS"},
781 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro1035 #define E1000_82542_STATUS E1000_STATUS