Searched refs:nn_cfg_writel (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net.c | 186 nn_cfg_writel(struct nfp_net_hw *hw, int off, uint32_t val) in nn_cfg_writel() function 334 nn_cfg_writel(hw, NFP_NET_CFG_CTRL, ctrl); in nfp_net_reconfig() 335 nn_cfg_writel(hw, NFP_NET_CFG_UPDATE, update); in nfp_net_reconfig() 467 nn_cfg_writel(hw, NFP_NET_CFG_MTU, hw->mtu); in nfp_net_params_setup() 468 nn_cfg_writel(hw, NFP_NET_CFG_FLBUFSZ, hw->flbufsz); in nfp_net_params_setup() 745 nn_cfg_writel(hw, NFP_NET_CFG_CTRL, new_ctrl); in nfp_net_start() 1520 nn_cfg_writel(hw, NFP_NET_CFG_MTU, (uint32_t)mtu); in nfp_net_dev_mtu_set() 2447 nn_cfg_writel(hw, NFP_NET_CFG_RSS_ITBL + (idx * 64) + shift, in nfp_net_rss_reta_write() 2569 nn_cfg_writel(hw, NFP_NET_CFG_RSS_CTRL, cfg_rss_ctrl); in nfp_net_rss_hash_write()
|