Home
last modified time | relevance | path

Searched refs:IXGBE_FCRTL_XONE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c299 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c341 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82599()
H A Dixgbe_82598.c527 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_82598()
H A Dixgbe_type.h1855 #define IXGBE_FCRTL_XONE 0x80000000 /* XON enable */ macro
H A Dixgbe_common.c2910 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_generic()