Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ix.c707 IXGBE_READ_REG(hw, IXGBE_TDH(i)), in ixgbe_watchdog()
2371 IXGBE_WRITE_REG(hw, IXGBE_TDH(i), 0); in ixgbe_initialize_transmit_units()
H A Dixgbe_type.h542 #define IXGBE_TDH(_i) (0x06010 + ((_i) * 0x40)) macro