Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_dcb_82598.c298 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c340 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82599()
H A Dixgbe_82598.c526 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_82598()
H A Dixgbe_type.h1848 #define IXGBE_FCRTL_XONE 0x80000000 /* XON enable */ macro
H A Dixgbe_common.c2907 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_generic()