* idpf_deinit_hw - shutdown routine * @hw: pointer to the hardware structure */
| 263 | * @hw: pointer to the hardware structure |
| 264 | */ |
| 265 | void idpf_deinit_hw(struct idpf_hw *hw) |
| 266 | { |
| 267 | hw->asq = NULL; |
| 268 | hw->arq = NULL; |
| 269 | |
| 270 | idpf_ctlq_deinit(hw); |
| 271 | } |
| 272 | |
| 273 | /** |
| 274 | * idpf_reset |
nothing calls this directly
no test coverage detected