Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h123 #define IXGBE_PCI_REG_ADDR(hw, reg) \ macro
127 IXGBE_PCI_REG_ADDR((hw), (reg) + ((index) << 2))
136 ixgbe_read_addr(IXGBE_PCI_REG_ADDR((hw), (reg)))
139 IXGBE_PCI_REG_WRITE(IXGBE_PCI_REG_ADDR((hw), (reg)), (value))
/dpdk/drivers/net/ixgbe/
H A Dixgbe_fdir.c315 reg = IXGBE_PCI_REG_ADDR(hw, IXGBE_FDIRSIP4M); in fdir_set_input_mask_82599()
317 reg = IXGBE_PCI_REG_ADDR(hw, IXGBE_FDIRDIP4M); in fdir_set_input_mask_82599()
898 reg = IXGBE_PCI_REG_ADDR(hw, IXGBE_FDIRIPSA); in fdir_write_perfect_filter_82599()
900 reg = IXGBE_PCI_REG_ADDR(hw, IXGBE_FDIRIPDA); in fdir_write_perfect_filter_82599()
H A Dixgbe_rxtx.c2792 txq->tdt_reg_addr = IXGBE_PCI_REG_ADDR(hw, IXGBE_VFTDT(queue_idx)); in ixgbe_dev_tx_queue_setup()
2794 txq->tdt_reg_addr = IXGBE_PCI_REG_ADDR(hw, IXGBE_TDT(txq->reg_idx)); in ixgbe_dev_tx_queue_setup()
3179 IXGBE_PCI_REG_ADDR(hw, IXGBE_VFRDT(queue_idx)); in ixgbe_dev_rx_queue_setup()
3181 IXGBE_PCI_REG_ADDR(hw, IXGBE_VFRDH(queue_idx)); in ixgbe_dev_rx_queue_setup()
3184 IXGBE_PCI_REG_ADDR(hw, IXGBE_RDT(rxq->reg_idx)); in ixgbe_dev_rx_queue_setup()
3186 IXGBE_PCI_REG_ADDR(hw, IXGBE_RDH(rxq->reg_idx)); in ixgbe_dev_rx_queue_setup()