HomeSort by: relevance | last modified time | path
    Searched defs:phy_id_high (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 435 u16 phy_id_high = 0; local in function:ixgbe_get_phy_id
442 &phy_id_high);
445 hw->phy.id = (u32)(phy_id_high << 16);
452 DEBUGOUT2("PHY_ID_HIGH 0x%04X, PHY_ID_LOW 0x%04X\n",
453 phy_id_high, phy_id_low);

Completed in 30 milliseconds