Searched refs:TXGBE_RST_ETH (Results 1 – 2 of 2) sorted by relevance
1432 wr32(hw, TXGBE_RST, TXGBE_RST_ETH(hw->bus.lan_id)); in txgbe_set_link_to_kr()1522 wr32(hw, TXGBE_RST, TXGBE_RST_ETH(hw->bus.lan_id)); in txgbe_set_link_to_kx4()1721 wr32(hw, TXGBE_RST, TXGBE_RST_ETH(hw->bus.lan_id)); in txgbe_set_link_to_kx()1912 wr32(hw, TXGBE_RST, TXGBE_RST_ETH(hw->bus.lan_id)); in txgbe_set_link_to_sfi()
158 #define TXGBE_RST_ETH(i) MS(((i) + 29), 0x1) macro