Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c198 nn_cfg_writeq(struct nfp_net_hw *hw, int off, uint64_t val) in nn_cfg_writeq() function
416 nn_cfg_writeq(hw, NFP_NET_CFG_TXRS_ENABLE, enabled_queues); in nfp_net_enable_queues()
424 nn_cfg_writeq(hw, NFP_NET_CFG_RXRS_ENABLE, enabled_queues); in nfp_net_enable_queues()
435 nn_cfg_writeq(hw, NFP_NET_CFG_TXRS_ENABLE, 0); in nfp_net_disable_queues()
436 nn_cfg_writeq(hw, NFP_NET_CFG_RXRS_ENABLE, 0); in nfp_net_disable_queues()
1629 nn_cfg_writeq(hw, NFP_NET_CFG_RXR_ADDR(queue_idx), rxq->dma); in nfp_net_rx_queue_setup()
1785 nn_cfg_writeq(hw, NFP_NET_CFG_TXR_ADDR(queue_idx), txq->dma); in nfp_net_tx_queue_setup()