Home
last modified time | relevance | path

Searched refs:cfcnfg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/caif/
H A Dcfcnfg.h14 struct cfcnfg;
40 struct cfcnfg *get_cfcnfg(struct net *net);
45 struct cfcnfg *cfcnfg_create(void);
51 void cfcnfg_remove(struct cfcnfg *cfg);
66 cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
79 int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
87 int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
/openbmc/linux/net/caif/
H A Dcfcnfg.c24 #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()
148 static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg, in cfcnfg_get_phyid()
182 struct cfcnfg *cfg = get_cfcnfg(net); in caif_disconnect_client()
308 struct cfcnfg *cfg = get_cfcnfg(net); in caif_connect_client()
375 struct cfcnfg *cnfg = container_obj(layer); in cfcnfg_linkup_rsp()
[all …]
H A Dcaif_dev.c51 struct cfcnfg *cfg;
58 struct cfcnfg *get_cfcnfg(struct net *net) in get_cfcnfg()
320 struct cfcnfg *cfg = get_cfcnfg(dev_net(dev)); in caif_enroll_dev()
369 struct cfcnfg *cfg; in caif_device_notify()
525 struct cfcnfg *cfg = get_cfcnfg(net); in caif_exit_net()
H A DMakefile5 cfcnfg.o cfmuxl.o cfctrl.o \