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

Function idpf_ctlq_deinit

dpdk/drivers/common/idpf/base/idpf_controlq.c:266–273  ·  view source on GitHub ↗

* idpf_ctlq_deinit - destroy all control queues * @hw: pointer to hw struct */

Source from the content-addressed store, hash-verified

264 * @hw: pointer to hw struct
265 */
266void idpf_ctlq_deinit(struct idpf_hw *hw)
267{
268 struct idpf_ctlq_info *cq = NULL, *tmp = NULL;
269
270 LIST_FOR_EACH_ENTRY_SAFE(cq, tmp, &hw->cq_list_head,
271 idpf_ctlq_info, cq_list)
272 idpf_ctlq_remove(hw, cq);
273}
274
275/**
276 * idpf_ctlq_send - send command to Control Queue (CTQ)

Callers 4

idpf_init_mbxFunction · 0.85
idpf_adapter_initFunction · 0.85
idpf_adapter_deinitFunction · 0.85
idpf_deinit_hwFunction · 0.85

Calls 1

idpf_ctlq_removeFunction · 0.85

Tested by

no test coverage detected