Searched refs:IXGBE_RDT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
H A Dif_ix.c1368 IXGBE_WRITE_REG(hw, IXGBE_RDT(rxr->me), t);
1371 IXGBE_WRITE_REG(hw, IXGBE_RDT(rxr->me),
3378 IXGBE_WRITE_REG(hw, IXGBE_RDT(j), 0);
3381 rxr->tail = IXGBE_RDT(rxr->me);
4323 val = IXGBE_READ_REG(&rxr->adapter->hw, IXGBE_RDT(rxr->me));
H A Dixgbe_type.h336 #define IXGBE_RDT(_i) (((_i) < 64) ? (0x01018 + ((_i) * 0x40)) : \ macro
H A Dixv_type.h346 #define IXGBE_RDT(_i) (((_i) < 64) ? (0x01018 + ((_i) * 0x40)) : \ macro

Completed in 325 milliseconds