| 2099 | } |
| 2100 | |
| 2101 | static void |
| 2102 | cpfl_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 | |
| 2109 | static int |
| 2110 | cpfl_ctrl_path_open(struct cpfl_adapter_ext *adapter) |
no test coverage detected