cfcnfg             14 include/net/caif/cfcnfg.h struct cfcnfg;
cfcnfg             40 include/net/caif/cfcnfg.h struct cfcnfg *get_cfcnfg(struct net *net);
cfcnfg             45 include/net/caif/cfcnfg.h struct cfcnfg *cfcnfg_create(void);
cfcnfg             51 include/net/caif/cfcnfg.h void cfcnfg_remove(struct cfcnfg *cfg);
cfcnfg             66 include/net/caif/cfcnfg.h cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
cfcnfg             79 include/net/caif/cfcnfg.h int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
cfcnfg             87 include/net/caif/cfcnfg.h int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
cfcnfg             51 net/caif/caif_dev.c 	struct cfcnfg *cfg;
cfcnfg             58 net/caif/caif_dev.c struct cfcnfg *get_cfcnfg(struct net *net)
cfcnfg            319 net/caif/caif_dev.c 	struct cfcnfg *cfg = get_cfcnfg(dev_net(dev));
cfcnfg            366 net/caif/caif_dev.c 	struct cfcnfg *cfg;
cfcnfg            519 net/caif/caif_dev.c 	struct cfcnfg *cfg =  get_cfcnfg(net);
cfcnfg             24 net/caif/cfcnfg.c #define container_obj(layr) container_of(layr, struct cfcnfg, layer)
cfcnfg             72 net/caif/cfcnfg.c struct cfcnfg *cfcnfg_create(void)
cfcnfg             74 net/caif/cfcnfg.c 	struct cfcnfg *this;
cfcnfg             80 net/caif/cfcnfg.c 	this = kzalloc(sizeof(struct cfcnfg), GFP_ATOMIC);
cfcnfg            117 net/caif/cfcnfg.c void cfcnfg_remove(struct cfcnfg *cfg)
cfcnfg            133 net/caif/cfcnfg.c static struct cfcnfg_phyinfo *cfcnfg_get_phyinfo_rcu(struct cfcnfg *cnfg,
cfcnfg            148 net/caif/cfcnfg.c static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg,
cfcnfg            169 net/caif/cfcnfg.c static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi)
cfcnfg            182 net/caif/cfcnfg.c 	struct cfcnfg *cfg = get_cfcnfg(net);
cfcnfg            218 net/caif/cfcnfg.c static int caif_connect_req_to_link_param(struct cfcnfg *cnfg,
cfcnfg            308 net/caif/cfcnfg.c 	struct cfcnfg *cfg = get_cfcnfg(net);
cfcnfg            375 net/caif/cfcnfg.c 	struct cfcnfg *cnfg = container_obj(layer);
cfcnfg            454 net/caif/cfcnfg.c cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
cfcnfg            522 net/caif/cfcnfg.c int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
cfcnfg            554 net/caif/cfcnfg.c int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer)