Searched refs:E1000_STATUS (Results 1 – 9 of 9) sorted by relevance
8 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro364 #define wrfl() ((void)rd32(E1000_STATUS))
58 reg = rd32(E1000_STATUS); in igb_get_bus_info_pcie()1235 status = rd32(E1000_STATUS); in igb_get_speed_and_duplex_copper()1563 if (!(rd32(E1000_STATUS) & in igb_disable_pcie_master()
147 0 : rd32(E1000_STATUS); in igb_get_link_ksettings()478 regs_buff[1] = rd32(E1000_STATUS); in igb_get_regs()1308 before = rd32(E1000_STATUS); in igb_reg_test()1309 value = (rd32(E1000_STATUS) & toggle); in igb_reg_test()1310 wr32(E1000_STATUS, toggle); in igb_reg_test()1311 after = rd32(E1000_STATUS) & toggle; in igb_reg_test()1320 wr32(E1000_STATUS, before); in igb_reg_test()2007 if (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) in igb_link_test()
225 hw->bus.func = FIELD_GET(E1000_STATUS_FUNC_MASK, rd32(E1000_STATUS)); in igb_init_phy_params_82575()1395 status = rd32(E1000_STATUS); in igb_get_pcs_speed_and_duplex_82575()2288 !(rd32(E1000_STATUS) & E1000_STAT_DEV_RST_SET)) in igb_reset_hw_82580()2310 wr32(E1000_STATUS, E1000_STAT_DEV_RST_SET); in igb_reset_hw_82580()
224 {E1000_STATUS, "STATUS"},3444 if (rd32(E1000_STATUS) & E1000_STATUS_FUNC_1) in igb_probe()8344 !(rd32(E1000_STATUS) & E1000_STATUS_TXOFF)) { in igb_clean_tx_irq()9377 status = rd32(E1000_STATUS); in __igb_shutdown()9861 (!(rd32(E1000_STATUS) & E1000_STATUS_LU)) || in igb_ndo_set_vf_bw()
8 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro
68 {E1000_STATUS, "STATUS"},
778 #define E1000_STATUS 0x00008 /* Device Status - RO */ macro1032 #define E1000_82542_STATUS E1000_STATUS