Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c551 rxr->tail = IXGBE_RDT(rxr->me); in ixgbe_if_rx_queues_alloc()
787 IXGBE_WRITE_REG(hw, IXGBE_RDT(j), 0); in ixgbe_initialize_receive_units()
790 rxr->tail = IXGBE_RDT(rxr->me); in ixgbe_initialize_receive_units()
1961 val = IXGBE_READ_REG(&rxr->sc->hw, IXGBE_RDT(rxr->me)); in ixgbe_sysctl_rdt_handler()
H A Dixgbe_type.h455 #define IXGBE_RDT(_i) (((_i) < 64) ? (0x01018 + ((_i) * 0x40)) : \ macro