| 287 | } |
| 288 | |
| 289 | static void |
| 290 | ngbe_disable_intr(struct ngbe_hw *hw) |
| 291 | { |
| 292 | PMD_INIT_FUNC_TRACE(); |
| 293 | |
| 294 | wr32(hw, NGBE_IMS(0), NGBE_IMS_MASK); |
| 295 | ngbe_flush(hw); |
| 296 | } |
| 297 | |
| 298 | /* |
| 299 | * Ensure that all locks are released before first NVM or PHY access |
no test coverage detected