MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nn_cfg_writel

Function nn_cfg_writel

dpdk/drivers/common/nfp/nfp_common.h:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141static inline void
142nn_cfg_writel(struct nfp_hw *hw,
143 uint32_t off,
144 uint32_t val)
145{
146 nn_writel(rte_cpu_to_le_32(val), hw->ctrl_bar + off);
147}
148
149static inline uint64_t
150nn_cfg_readq(struct nfp_hw *hw,

Callers 11

nfp_net_mbox_reconfigFunction · 0.85
nfp_net_params_setupFunction · 0.85
nfp_net_dev_mtu_setFunction · 0.85
nfp_net_rss_reta_writeFunction · 0.85
nfp_net_rss_hash_writeFunction · 0.85
nfp_net_set_vxlan_portFunction · 0.85
nfp_ipsec_cfg_cmd_issueFunction · 0.85
nfp_netvf_startFunction · 0.85
nfp_reconfigFunction · 0.85
nfp_ext_reconfigFunction · 0.85
nfp_vdpa_hw_startFunction · 0.85

Calls 1

nn_writelFunction · 0.85

Tested by

no test coverage detected