MCPcopy Create free account
hub / github.com/F-Stack/f-stack / idpf_deinit_hw

Function idpf_deinit_hw

dpdk/drivers/common/idpf/base/idpf_common.c:265–271  ·  view source on GitHub ↗

* idpf_deinit_hw - shutdown routine * @hw: pointer to the hardware structure */

Source from the content-addressed store, hash-verified

263 * @hw: pointer to the hardware structure
264 */
265void 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

Callers

nothing calls this directly

Calls 1

idpf_ctlq_deinitFunction · 0.85

Tested by

no test coverage detected