Searched refs:cfcnfg (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/net/caif/ |
D | cfcnfg.h | 14 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,
|
/Linux-v6.6/net/caif/ |
D | cfcnfg.c | 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() [all …]
|
D | caif_dev.c | 51 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()
|
D | Makefile | 5 cfcnfg.o cfmuxl.o cfctrl.o \
|