Home
last modified time | relevance | path

Searched refs:IXGBE_RMCS_TFCE_802_3X (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/ix/
H A Dixgbe_82598.c468 rmcs_reg &= ~(IXGBE_RMCS_TFCE_PRIORITY | IXGBE_RMCS_TFCE_802_3X); in ixgbe_fc_enable_82598()
503 rmcs_reg |= IXGBE_RMCS_TFCE_802_3X; in ixgbe_fc_enable_82598()
508 rmcs_reg |= IXGBE_RMCS_TFCE_802_3X; in ixgbe_fc_enable_82598()
H A Dixgbe_dcb_82598.c277 reg &= ~IXGBE_RMCS_TFCE_802_3X; in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_type.h1860 #define IXGBE_RMCS_TFCE_802_3X 0x00000008 /* Tx Priority FC ena */ macro