Lines Matching refs:cfcnfg
24 #define container_obj(layr) container_of(layr, struct cfcnfg, layer)
55 struct cfcnfg { struct
72 struct cfcnfg *cfcnfg_create(void) in cfcnfg_create() argument
74 struct cfcnfg *this; in cfcnfg_create()
80 this = kzalloc(sizeof(struct cfcnfg), GFP_ATOMIC); in cfcnfg_create()
117 void cfcnfg_remove(struct cfcnfg *cfg) in cfcnfg_remove()
133 static struct cfcnfg_phyinfo *cfcnfg_get_phyinfo_rcu(struct cfcnfg *cnfg, in cfcnfg_get_phyinfo_rcu()
148 static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg, in cfcnfg_get_phyid()
169 static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi) in cfcnfg_get_id_from_ifi()
182 struct cfcnfg *cfg = get_cfcnfg(net); in caif_disconnect_client()
218 static int caif_connect_req_to_link_param(struct cfcnfg *cnfg, in caif_connect_req_to_link_param()
308 struct cfcnfg *cfg = get_cfcnfg(net); in caif_connect_client()
375 struct cfcnfg *cnfg = container_obj(layer); in cfcnfg_linkup_rsp()
454 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, in cfcnfg_add_phy_layer()
528 int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer, in cfcnfg_set_phy_state()
560 int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer) in cfcnfg_del_phy_layer()