Lines Matching full:mdi
159 * igc_read_phy_reg_mdic - Read MDI control register
164 * Reads the MDI control register in the PHY at offset and stores the
179 /* Set up Op-code, Phy Address, and register offset in the MDI in igc_read_phy_reg_mdic()
189 /* Poll the ready bit to see if the MDI read completed in igc_read_phy_reg_mdic()
200 DEBUGOUT("MDI Read did not complete\n"); in igc_read_phy_reg_mdic()
204 DEBUGOUT("MDI Error\n"); in igc_read_phy_reg_mdic()
208 DEBUGOUT2("MDI Read offset error - requested %d, returned %d\n", in igc_read_phy_reg_mdic()
219 * igc_write_phy_reg_mdic - Write MDI control register
224 * Writes data to MDI control register in the PHY at offset.
238 /* Set up Op-code, Phy Address, and register offset in the MDI in igc_write_phy_reg_mdic()
249 /* Poll the ready bit to see if the MDI read completed in igc_write_phy_reg_mdic()
260 DEBUGOUT("MDI Write did not complete\n"); in igc_write_phy_reg_mdic()
264 DEBUGOUT("MDI Error\n"); in igc_write_phy_reg_mdic()
268 DEBUGOUT2("MDI Write offset error - requested %d, returned %d\n", in igc_write_phy_reg_mdic()