| 139 | } |
| 140 | |
| 141 | static inline void |
| 142 | nn_cfg_writel(struct nfp_hw *hw, |
| 143 | uint32_t off, |
| 144 | uint32_t val) |
| 145 | { |
| 146 | nn_writel(rte_cpu_to_le_32(val), hw->ctrl_bar + off); |
| 147 | } |
| 148 | |
| 149 | static inline uint64_t |
| 150 | nn_cfg_readq(struct nfp_hw *hw, |
no test coverage detected