Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb_82598.c239 reg &= ~IXGBE_RMCS_TFCE_802_3X; in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_82598.c438 rmcs_reg &= ~(IXGBE_RMCS_TFCE_PRIORITY | IXGBE_RMCS_TFCE_802_3X); in ixgbe_fc_enable_82598()
473 rmcs_reg |= IXGBE_RMCS_TFCE_802_3X; in ixgbe_fc_enable_82598()
478 rmcs_reg |= IXGBE_RMCS_TFCE_802_3X; in ixgbe_fc_enable_82598()
H A Dixgbe_type.h1864 #define IXGBE_RMCS_TFCE_802_3X 0x00000008 /* Tx Priority FC ena */ macro