Searched refs:IXGBE_RDH (Results 1 – 3 of 3) sorted by relevance
106 {IXGBE_RDH(0), 64, 0x40, "IXGBE_RDH"},
3127 IXGBE_PCI_REG_ADDR(hw, IXGBE_RDH(rxq->reg_idx)); in ixgbe_dev_rx_queue_setup()5093 IXGBE_WRITE_REG(hw, IXGBE_RDH(rxq->reg_idx), 0); in ixgbe_dev_rx_init()5409 IXGBE_WRITE_REG(hw, IXGBE_RDH(rxq->reg_idx), 0); in ixgbe_dev_rx_queue_start()
371 #define IXGBE_RDH(_i) (((_i) < 64) ? (0x01010 + ((_i) * 0x40)) : \ macro