Lines Matching refs:cfg
117 void cfcnfg_remove(struct cfcnfg *cfg) in cfcnfg_remove() argument
120 if (cfg) { in cfcnfg_remove()
123 kfree(cfg->mux); in cfcnfg_remove()
124 cfctrl_remove(cfg->ctrl); in cfcnfg_remove()
125 kfree(cfg); in cfcnfg_remove()
182 struct cfcnfg *cfg = get_cfcnfg(net); in caif_disconnect_client() local
185 cfctrl_cancel_req(cfg->ctrl, adap_layer); in caif_disconnect_client()
189 servl = cfmuxl_remove_uplayer(cfg->mux, channel_id); in caif_disconnect_client()
190 cfctrl_linkdown_req(cfg->ctrl, channel_id, adap_layer); in caif_disconnect_client()
308 struct cfcnfg *cfg = get_cfcnfg(net); in caif_connect_client() local
311 err = caif_connect_req_to_link_param(cfg, conn_req, ¶m); in caif_connect_client()
315 phy = cfcnfg_get_phyinfo_rcu(cfg, param.phyid); in caif_connect_client()
354 cfctrl_enum_req(cfg->ctrl, param.phyid); in caif_connect_client()
355 return cfctrl_linkup_request(cfg->ctrl, ¶m, adap_layer); in caif_connect_client()