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

Function idpf_ctlq_remove

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

* idpf_ctlq_remove - deallocate and remove specified control queue * @hw: pointer to hardware struct * @cq: pointer to control queue to be removed */

Source from the content-addressed store, hash-verified

214 * @cq: pointer to control queue to be removed
215 */
216void idpf_ctlq_remove(struct idpf_hw *hw,
217 struct idpf_ctlq_info *cq)
218{
219 LIST_REMOVE(cq, cq_list);
220 idpf_ctlq_shutdown(hw, cq);
221 idpf_free(hw, cq);
222}
223
224/**
225 * idpf_ctlq_init - main initialization routine for all control queues

Callers 2

idpf_ctlq_initFunction · 0.85
idpf_ctlq_deinitFunction · 0.85

Calls 1

idpf_ctlq_shutdownFunction · 0.85

Tested by

no test coverage detected