| 154 | } |
| 155 | |
| 156 | static inline void |
| 157 | nn_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. |
no test coverage detected