Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
static inline void
112
nn_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
119
static inline uint16_t
120
nn_cfg_readw(struct nfp_hw *hw,
Callers
13
nfp_net_rx_queue_setup
Function · 0.85
nfp_configure_rx_interrupt
Function · 0.85
nfp_rx_queue_intr_enable
Function · 0.85
nfp_rx_queue_intr_disable
Function · 0.85
nfp_net_irq_unmask
Function · 0.85
nfp_net_rss_hash_write
Function · 0.85
nfp_netvf_init
Function · 0.85
nfp_net_close
Function · 0.85
nfp_net_init
Function · 0.85
nfp_flower_init_ctrl_vnic
Function · 0.85
nfp_net_nfdk_tx_queue_setup
Function · 0.85
nfp_net_nfd3_tx_queue_setup
Function · 0.85
Calls
1
nn_writeb
Function · 0.85
Tested by
no test coverage detected