Searched refs:IXGBE_FCRTL (Results 1 – 3 of 3) sorted by relevance
293 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), 0); in ixgbe_dcb_config_pfc_82598()300 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl); in ixgbe_dcb_config_pfc_82598()
528 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl); in ixgbe_fc_enable_82598()531 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), 0); in ixgbe_fc_enable_82598()
361 #define IXGBE_FCRTL(_i) (0x03220 + ((_i) * 8)) /* 8 of these (0-7) */ macro