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

Function cpfl_vport_ctlq_remove

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

Source from the content-addressed store, hash-verified

767}
768
769void
770cpfl_vport_ctlq_remove(struct idpf_hw *hw, struct idpf_ctlq_info *cq)
771{
772 cpfl_ctlq_remove(hw, cq);
773}
774
775int
776cpfl_vport_ctlq_send(struct idpf_hw *hw, struct idpf_ctlq_info *cq,

Callers 1

cpfl_remove_cfgqsFunction · 0.85

Calls 1

cpfl_ctlq_removeFunction · 0.85

Tested by

no test coverage detected