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

Function nfp_net_params_setup

dpdk/drivers/net/nfp/nfp_net_common.c:361–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void
362nfp_net_params_setup(struct nfp_net_hw *hw)
363{
364 nn_cfg_writel(&hw->super, NFP_NET_CFG_MTU, hw->mtu);
365 nn_cfg_writel(&hw->super, NFP_NET_CFG_FLBUFSZ, hw->flbufsz);
366}
367
368void
369nfp_net_cfg_queue_setup(struct nfp_net_hw *hw)

Callers 4

nfp_netvf_startFunction · 0.85
nfp_net_startFunction · 0.85
nfp_flower_pf_startFunction · 0.85

Calls 1

nn_cfg_writelFunction · 0.85

Tested by

no test coverage detected