Home
last modified time | relevance | path

Searched refs:fcrtl (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c264 u32 fcrtl, reg; in ixgbe_dcb_config_pfc_82598() local
290 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82598()
292 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl); in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c296 u32 i, j, fcrtl, reg; in ixgbe_dcb_config_pfc_82599() local
340 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82599()
341 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), fcrtl); in ixgbe_dcb_config_pfc_82599()
H A Dixgbe_82598.c414 u32 fcrtl, fcrth; in ixgbe_fc_enable_82598() local
526 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_82598()
528 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl); in ixgbe_fc_enable_82598()
H A Dixgbe_common.c2815 u32 fcrtl, fcrth; in ixgbe_fc_enable_generic() local
2907 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_generic()
2908 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), fcrtl); in ixgbe_fc_enable_generic()
/freebsd/sys/dev/igc/
H A Digc_mac.c606 u32 fcrtl = 0, fcrth = 0; in igc_set_fc_watermarks_generic() local
621 fcrtl = hw->fc.low_water; in igc_set_fc_watermarks_generic()
623 fcrtl |= IGC_FCRTL_XONE; in igc_set_fc_watermarks_generic()
627 IGC_WRITE_REG(hw, IGC_FCRTL, fcrtl); in igc_set_fc_watermarks_generic()
/freebsd/sys/dev/e1000/
H A De1000_mac.c1259 u32 fcrtl = 0, fcrth = 0; in e1000_set_fc_watermarks_generic() local
1274 fcrtl = hw->fc.low_water; in e1000_set_fc_watermarks_generic()
1276 fcrtl |= E1000_FCRTL_XONE; in e1000_set_fc_watermarks_generic()
1280 E1000_WRITE_REG(hw, E1000_FCRTL, fcrtl); in e1000_set_fc_watermarks_generic()