Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_regs.h155 {IXGBE_TDT(0), 32, 0x40, "IXGBE_TDT"},
H A Dixgbe_rxtx.c2746 txq->tdt_reg_addr = IXGBE_PCI_REG_ADDR(hw, IXGBE_TDT(txq->reg_idx)); in ixgbe_dev_tx_queue_setup()
5205 IXGBE_WRITE_REG(hw, IXGBE_TDT(txq->reg_idx), 0); in ixgbe_dev_tx_init()
5489 IXGBE_WRITE_REG(hw, IXGBE_TDT(txq->reg_idx), 0); in ixgbe_dev_tx_queue_start()
5520 IXGBE_TDT(txq->reg_idx)); in ixgbe_dev_tx_queue_stop()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h524 #define IXGBE_TDT(_i) (0x06018 + ((_i) * 0x40)) macro