Home
last modified time | relevance | path

Searched refs:IXGBE_FCRTL (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_dcb_82598.c285 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), 0); in ixgbe_dcb_config_pfc_82598()
292 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl); in ixgbe_dcb_config_pfc_82598()
Dixgbe_82598.c528 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), fcrtl); in ixgbe_fc_enable_82598()
531 IXGBE_WRITE_REG(hw, IXGBE_FCRTL(i), 0); in ixgbe_fc_enable_82598()
Dixv_type.h331 #define IXGBE_FCRTL(_i) (0x03220 + ((_i) * 8)) /* 8 of these (0-7) */ macro
Dixgbe_type.h321 #define IXGBE_FCRTL(_i) (0x03220 + ((_i) * 8)) /* 8 of these (0-7) */ macro