Searched refs:nn_cfg_writeq (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 195 nn_cfg_writeq(hw, NFP_NET_CFG_TXRS_ENABLE, enabled_queues); in nfp_net_enable_queues() 203 nn_cfg_writeq(hw, NFP_NET_CFG_RXRS_ENABLE, enabled_queues); in nfp_net_enable_queues() 214 nn_cfg_writeq(hw, NFP_NET_CFG_TXRS_ENABLE, 0); in nfp_net_disable_queues() 215 nn_cfg_writeq(hw, NFP_NET_CFG_RXRS_ENABLE, 0); in nfp_net_disable_queues()
|
| H A D | nfp_common.h | 300 nn_cfg_writeq(struct nfp_net_hw *hw, int off, uint64_t val) in nn_cfg_writeq() function
|
| H A D | nfp_rxtx.c | 592 nn_cfg_writeq(hw, NFP_NET_CFG_RXR_ADDR(queue_idx), rxq->dma); in nfp_net_rx_queue_setup() 789 nn_cfg_writeq(hw, NFP_NET_CFG_TXR_ADDR(queue_idx), txq->dma); in nfp_net_tx_queue_setup()
|