Searched refs:IXGBE_RDRXCTL (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/sys/dev/ixgbe/ |
| D | ixgbe_dcb_82598.c | 152 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_dcb_config_rx_arbiter_82598() 156 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg); in ixgbe_dcb_config_rx_arbiter_82598()
|
| D | ixgbe_netmap.c | 85 rxc = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in set_crcstrip() 105 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rxc); in set_crcstrip()
|
| D | ixgbe_x550.c | 1448 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_disable_mdd_X550() 1450 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg); in ixgbe_disable_mdd_X550() 1471 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_enable_mdd_X550() 1473 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg); in ixgbe_enable_mdd_X550()
|
| D | ixv_txrx.c | 1123 rdrxctl = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in ixgbe_setup_hw_rsc() 1133 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rdrxctl); in ixgbe_setup_hw_rsc()
|
| D | ix_txrx.c | 1153 rdrxctl = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); 1163 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rdrxctl);
|
| D | ixv_type.h | 374 #define IXGBE_RDRXCTL 0x02F00 macro
|
| D | ixgbe_type.h | 364 #define IXGBE_RDRXCTL 0x02F00 macro
|
| /freebsd-10-stable/sys/dev/netmap/ |
| D | ixgbe_netmap.h | 89 rxc = IXGBE_READ_REG(hw, IXGBE_RDRXCTL); in set_crcstrip() 109 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rxc); in set_crcstrip()
|