Home
last modified time | relevance | path

Searched refs:IXGBE_FCTTV (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/ixgbe/
HDixgbe_dcb_82598.c299 IXGBE_WRITE_REG(hw, IXGBE_FCTTV(i), reg); in ixgbe_dcb_config_pfc_82598()
HDixgbe_dcb_82599.c354 IXGBE_WRITE_REG(hw, IXGBE_FCTTV(i), reg); in ixgbe_dcb_config_pfc_82599()
HDixgbe_82598.c540 IXGBE_WRITE_REG(hw, IXGBE_FCTTV(i), reg); in ixgbe_fc_enable_82598()
HDif_ixgbe.c583 regs_buff[31] = IXGBE_READ_REG(hw, IXGBE_FCTTV(0)); in ixgbe_get_regs()
585 regs_buff[32] = IXGBE_READ_REG(hw, IXGBE_FCTTV(1)); in ixgbe_get_regs()
587 regs_buff[33] = IXGBE_READ_REG(hw, IXGBE_FCTTV(2)); in ixgbe_get_regs()
589 regs_buff[34] = IXGBE_READ_REG(hw, IXGBE_FCTTV(3)); in ixgbe_get_regs()
HDixgbe_type.h303 #define IXGBE_FCTTV(_i) (0x03200 + ((_i) * 4)) /* 4 of these (0-3) */ macro
HDixgbe_common.c2827 IXGBE_WRITE_REG(hw, IXGBE_FCTTV(i), reg); in ixgbe_fc_enable_generic()