Searched refs:fcrtl (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c273 u32 fcrtl, reg; local
299 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
301 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl);
H A Dixgbe_dcb_82599.c297 u32 i, j, fcrtl, reg; local
341 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
342 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), fcrtl);
H A Dixgbe_82598.c415 u32 fcrtl, fcrth; local
527 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
529 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl);
H A Dixgbe_common.c2818 u32 fcrtl, fcrth; local
2910 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
2911 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), fcrtl);
/freebsd-12-stable/sys/dev/e1000/
H A De1000_mac.c1253 u32 fcrtl = 0, fcrth = 0; local
1268 fcrtl = hw->fc.low_water;
1270 fcrtl |= E1000_FCRTL_XONE;
1274 E1000_WRITE_REG(hw, E1000_FCRTL, fcrtl);

Completed in 139 milliseconds