Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c275 reg &= ~(IXGBE_FCTRL_RPFCE | IXGBE_FCTRL_RFCE); in ixgbe_dcb_config_pfc_82598()
278 reg |= IXGBE_FCTRL_RPFCE; in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_82598.c465 fctrl_reg &= ~(IXGBE_FCTRL_RFCE | IXGBE_FCTRL_RPFCE); in ixgbe_fc_enable_82598()
H A Dixgbe_type.h2717 #define IXGBE_FCTRL_RPFCE 0x00004000 macro