Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c291 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c328 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_dcb_config_pfc_82599()
H A Dixgbe_82598.c527 fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_fc_enable_82598()
H A Dixgbe_type.h1732 #define IXGBE_FCRTH_FCEN 0x80000000 /* Packet buffer fc enable */ macro
H A Dixgbe_common.c2811 fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_fc_enable_generic()