Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_dcb_82598.c147 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_dcb_config_rx_arbiter_82598()
151 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg); in ixgbe_dcb_config_rx_arbiter_82598()
Dixgbe_x550.c1375 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_disable_mdd_X550()
1377 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg); in ixgbe_disable_mdd_X550()
1398 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_enable_mdd_X550()
1400 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg); in ixgbe_enable_mdd_X550()
Dif_ix.c2915 rxc = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_if_crcstrip_set()
2939 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rxc); in ixgbe_if_crcstrip_set()
Dixgbe_type.h434 #define IXGBE_RDRXCTL 0x02F00 macro