Symbol: cfcnfg
include/net/caif/cfcnfg.h
14
struct cfcnfg;
include/net/caif/cfcnfg.h
40
struct cfcnfg *get_cfcnfg(struct net *net);
include/net/caif/cfcnfg.h
45
struct cfcnfg *cfcnfg_create(void);
include/net/caif/cfcnfg.h
51
void cfcnfg_remove(struct cfcnfg *cfg);
include/net/caif/cfcnfg.h
66
cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
include/net/caif/cfcnfg.h
79
int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
include/net/caif/cfcnfg.h
87
int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
net/caif/caif_dev.c
321
struct cfcnfg *cfg = get_cfcnfg(dev_net(dev));
net/caif/caif_dev.c
370
struct cfcnfg *cfg;
net/caif/caif_dev.c
52
struct cfcnfg *cfg;
net/caif/caif_dev.c
526
struct cfcnfg *cfg = get_cfcnfg(net);
net/caif/caif_dev.c
59
struct cfcnfg *get_cfcnfg(struct net *net)
net/caif/cfcnfg.c
117
void cfcnfg_remove(struct cfcnfg *cfg)
net/caif/cfcnfg.c
133
static struct cfcnfg_phyinfo *cfcnfg_get_phyinfo_rcu(struct cfcnfg *cnfg,
net/caif/cfcnfg.c
148
static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg,
net/caif/cfcnfg.c
169
static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi)
net/caif/cfcnfg.c
182
struct cfcnfg *cfg = get_cfcnfg(net);
net/caif/cfcnfg.c
218
static int caif_connect_req_to_link_param(struct cfcnfg *cnfg,
net/caif/cfcnfg.c
24
#define container_obj(layr) container_of(layr, struct cfcnfg, layer)
net/caif/cfcnfg.c
308
struct cfcnfg *cfg = get_cfcnfg(net);
net/caif/cfcnfg.c
375
struct cfcnfg *cnfg = container_obj(layer);
net/caif/cfcnfg.c
454
cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
net/caif/cfcnfg.c
528
int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
net/caif/cfcnfg.c
560
int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer)
net/caif/cfcnfg.c
72
struct cfcnfg *cfcnfg_create(void)
net/caif/cfcnfg.c
74
struct cfcnfg *this;
net/caif/cfcnfg.c
80
this = kzalloc_obj(struct cfcnfg, GFP_ATOMIC);