Home
last modified time | relevance | path

Searched refs:IXGBE_DMCTH (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c926 reg = IXGBE_READ_REG(hw, IXGBE_DMCTH(tc)); in ixgbe_dmac_config_tcs_X550()
945 IXGBE_WRITE_REG(hw, IXGBE_DMCTH(tc), reg); in ixgbe_dmac_config_tcs_X550()
H A Dixgbe_type.h710 #define IXGBE_DMCTH(_i) (0x03300 + ((_i) * 4)) /* 8 of these */ macro