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

Function cpfl_ctrl_path_close

dpdk/drivers/net/cpfl/cpfl_ethdev.c:2101–2107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2099}
2100
2101static void
2102cpfl_ctrl_path_close(struct cpfl_adapter_ext *adapter)
2103{
2104 cpfl_stop_cfgqs(adapter);
2105 cpfl_remove_cfgqs(adapter);
2106 idpf_vc_vport_destroy(&adapter->ctrl_vport.base);
2107}
2108
2109static int
2110cpfl_ctrl_path_open(struct cpfl_adapter_ext *adapter)

Callers 2

cpfl_adapter_ext_initFunction · 0.85
cpfl_adapter_ext_deinitFunction · 0.85

Calls 3

cpfl_stop_cfgqsFunction · 0.85
cpfl_remove_cfgqsFunction · 0.85
idpf_vc_vport_destroyFunction · 0.85

Tested by

no test coverage detected