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

Function nn_cfg_writeq

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

Source from the content-addressed store, hash-verified

154}
155
156static inline void
157nn_cfg_writeq(struct nfp_hw *hw,
158 uint32_t off,
159 uint64_t val)
160{
161 nn_writeq(rte_cpu_to_le_64(val), hw->ctrl_bar + off);
162}
163
164/**
165 * Add the value to the selected pointer of a queue.

Callers 8

nfp_net_rx_queue_setupFunction · 0.85
nfp_net_mbox_reconfigFunction · 0.85
nfp_enable_queuesFunction · 0.85
nfp_disable_queuesFunction · 0.85
nfp_vdpa_hw_startFunction · 0.85

Calls 1

nn_writeqFunction · 0.85

Tested by

no test coverage detected