Searched refs:nn_cfg_writel (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 113 nn_cfg_writel(hw, NFP_NET_CFG_CTRL, ctrl); in nfp_net_reconfig() 114 nn_cfg_writel(hw, NFP_NET_CFG_UPDATE, update); in nfp_net_reconfig() 234 nn_cfg_writel(hw, NFP_NET_CFG_MTU, hw->mtu); in nfp_net_params_setup() 235 nn_cfg_writel(hw, NFP_NET_CFG_FLBUFSZ, hw->flbufsz); in nfp_net_params_setup() 965 nn_cfg_writel(hw, NFP_NET_CFG_MTU, mtu); in nfp_net_dev_mtu_set() 1048 nn_cfg_writel(hw, NFP_NET_CFG_RSS_ITBL + (idx * 64) + shift, in nfp_net_rss_reta_write() 1170 nn_cfg_writel(hw, NFP_NET_CFG_RSS_CTRL, cfg_rss_ctrl); in nfp_net_rss_hash_write()
|
| H A D | nfp_common.h | 288 nn_cfg_writel(struct nfp_net_hw *hw, int off, uint32_t val) in nn_cfg_writel() function
|
| H A D | nfp_ethdev_vf.c | 121 nn_cfg_writel(hw, NFP_NET_CFG_CTRL, new_ctrl); in nfp_netvf_start()
|
| H A D | nfp_ethdev.c | 159 nn_cfg_writel(hw, NFP_NET_CFG_CTRL, new_ctrl); in nfp_net_start()
|