HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_RDRXCTL (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_dcb_82598.c 150 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
154 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg);
ixgbe_netmap.c 114 * IXGBE_RDRXCTL (set by the original driver in
123 rxc = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
147 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rxc);
ixgbe_x550.c 1545 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
1547 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg);
1568 reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
1570 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, reg);
ix_txrx.c 1302 rdrxctl = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
1312 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rdrxctl);
ixgbe_type.h 432 #define IXGBE_RDRXCTL 0x02F00

Completed in 24 milliseconds