Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net.c180 nn_cfg_readl(struct nfp_net_hw *hw, int off) in nn_cfg_readl() function
297 new = nn_cfg_readl(hw, NFP_NET_CFG_UPDATE); in __nfp_net_reconfig()
511 tmp = rte_be_to_cpu_32(nn_cfg_readl(hw, NFP_NET_CFG_MACADDR)); in nfp_net_vf_read_mac()
1014 nn_link_status = nn_cfg_readl(hw, NFP_NET_CFG_STS); in nfp_net_link_update()
2437 reta = nn_cfg_readl(hw, NFP_NET_CFG_RSS_ITBL + i); in nfp_net_rss_reta_write()
2629 cfg_rss_ctrl = nn_cfg_readl(hw, NFP_NET_CFG_RSS_CTRL); in nfp_net_rss_hash_conf_get()
2870 start_q = nn_cfg_readl(hw, NFP_NET_CFG_START_TXQ); in nfp_net_init()
2872 start_q = nn_cfg_readl(hw, NFP_NET_CFG_START_RXQ); in nfp_net_init()
2918 hw->ver = nn_cfg_readl(hw, NFP_NET_CFG_VERSION); in nfp_net_init()
2919 hw->cap = nn_cfg_readl(hw, NFP_NET_CFG_CAP); in nfp_net_init()
[all …]