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

Function cpfl_ctlq_remove

dpdk/drivers/net/cpfl/cpfl_controlq.c:761–767  ·  view source on GitHub ↗

* cpfl_ctlq_remove - deallocate and remove specified control queue */

Source from the content-addressed store, hash-verified

759 * cpfl_ctlq_remove - deallocate and remove specified control queue
760 */
761static void
762cpfl_ctlq_remove(struct idpf_hw *hw, struct idpf_ctlq_info *cq)
763{
764 LIST_REMOVE(cq, cq_list);
765 cpfl_ctlq_shutdown(hw, cq);
766 idpf_free(hw, cq);
767}
768
769void
770cpfl_vport_ctlq_remove(struct idpf_hw *hw, struct idpf_ctlq_info *cq)

Callers 1

cpfl_vport_ctlq_removeFunction · 0.85

Calls 1

cpfl_ctlq_shutdownFunction · 0.85

Tested by

no test coverage detected