Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c786 IXGBE_WRITE_REG(hw, IXGBE_RDH(j), 0); in ixgbe_initialize_receive_units()
1935 val = IXGBE_READ_REG(&rxr->sc->hw, IXGBE_RDH(rxr->me)); in ixgbe_sysctl_rdh_handler()
H A Dixgbe_type.h453 #define IXGBE_RDH(_i) (((_i) < 64) ? (0x01010 + ((_i) * 0x40)) : \ macro