Home
last modified time | relevance | path

Searched refs:cfmuxl (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/caif/
Dcfmuxl.c18 #define container_obj(layr) container_of(layr, struct cfmuxl, layer)
24 struct cfmuxl { struct
46 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id); argument
50 struct cfmuxl *this = kzalloc(sizeof(struct cfmuxl), GFP_ATOMIC); in cfmuxl_create()
67 struct cfmuxl *muxl = (struct cfmuxl *) layr; in cfmuxl_set_dnlayer()
88 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_set_uplayer()
106 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_remove_dnlayer()
123 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) in get_up()
137 static struct cflayer *get_dn(struct cfmuxl *muxl, struct dev_info *dev_info) in get_dn()
154 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_remove_uplayer()
[all …]
DMakefile5 cfcnfg.o cfmuxl.o cfctrl.o \