Searched refs:ctrl_ids (Results 1 – 1 of 1) sorted by relevance
2006 u32 ctrl_ids; in sxgbe_hw_init() local2016 ctrl_ids = priv->hw->mac->get_controller_version(priv->ioaddr); in sxgbe_hw_init()2017 priv->hw->ctrl_uid = (ctrl_ids & 0x00ff0000) >> 16; in sxgbe_hw_init()2018 priv->hw->ctrl_id = (ctrl_ids & 0x000000ff); in sxgbe_hw_init()