Home
last modified time | relevance | path

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

/linux-2.6.39/net/caif/
Dcfmuxl.c17 #define container_obj(layr) container_of(layr, struct cfmuxl, layer)
23 struct cfmuxl { struct
45 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id); argument
49 struct cfmuxl *this = kmalloc(sizeof(struct cfmuxl), GFP_ATOMIC); in cfmuxl_create()
66 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_set_uplayer()
78 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_is_phy_inuse()
98 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_get_phyid()
111 struct cfmuxl *muxl = (struct cfmuxl *) layr; in cfmuxl_set_dnlayer()
132 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_remove_dnlayer()
148 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) in get_up()
[all …]
DMakefile4 cfcnfg.o cfmuxl.o cfctrl.o \