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

Function nn_cfg_writeb

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

Source from the content-addressed store, hash-verified

109}
110
111static inline void
112nn_cfg_writeb(struct nfp_hw *hw,
113 uint32_t off,
114 uint8_t val)
115{
116 nn_writeb(val, hw->ctrl_bar + off);
117}
118
119static inline uint16_t
120nn_cfg_readw(struct nfp_hw *hw,

Callers 13

nfp_net_rx_queue_setupFunction · 0.85
nfp_rx_queue_intr_enableFunction · 0.85
nfp_net_irq_unmaskFunction · 0.85
nfp_net_rss_hash_writeFunction · 0.85
nfp_netvf_initFunction · 0.85
nfp_net_closeFunction · 0.85
nfp_net_initFunction · 0.85

Calls 1

nn_writebFunction · 0.85

Tested by

no test coverage detected