Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c444 txr->tail = IXGBE_TDT(txr->me); in ixgbe_if_tx_queues_alloc()
801 IXGBE_WRITE_REG(hw, IXGBE_TDT(j), 0); in ixgbe_initialize_transmit_units()
804 txr->tail = IXGBE_TDT(txr->me); in ixgbe_initialize_transmit_units()
1821 val = IXGBE_READ_REG(&txr->sc->hw, IXGBE_TDT(txr->me)); in ixgbe_sysctl_tdt_handler()
H A Dixgbe_type.h557 #define IXGBE_TDT(_i) (0x06018 + ((_i) * 0x40)) macro