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