| 359 | } |
| 360 | |
| 361 | void |
| 362 | nfp_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 | |
| 368 | void |
| 369 | nfp_net_cfg_queue_setup(struct nfp_net_hw *hw) |
no test coverage detected