Lines Matching refs:cflayer

25 	struct cflayer layer;
28 struct cflayer *up_cache[UP_CACHE_SIZE];
29 struct cflayer *dn_cache[DN_CACHE_SIZE];
42 static int cfmuxl_receive(struct cflayer *layr, struct cfpkt *pkt);
43 static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt);
44 static void cfmuxl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl,
46 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id);
48 struct cflayer *cfmuxl_create(void) in cfmuxl_create()
65 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *dn, u8 phyid) in cfmuxl_set_dnlayer()
75 static struct cflayer *get_from_id(struct list_head *list, u16 id) in get_from_id()
77 struct cflayer *lyr; in get_from_id()
86 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) in cfmuxl_set_uplayer()
89 struct cflayer *old; in cfmuxl_set_uplayer()
104 struct cflayer *cfmuxl_remove_dnlayer(struct cflayer *layr, u8 phyid) in cfmuxl_remove_dnlayer()
107 struct cflayer *dn; in cfmuxl_remove_dnlayer()
123 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) in get_up()
125 struct cflayer *up; in get_up()
137 static struct cflayer *get_dn(struct cfmuxl *muxl, struct dev_info *dev_info) in get_dn()
139 struct cflayer *dn; in get_dn()
151 struct cflayer *cfmuxl_remove_uplayer(struct cflayer *layr, u8 id) in cfmuxl_remove_uplayer()
153 struct cflayer *up; in cfmuxl_remove_uplayer()
174 static int cfmuxl_receive(struct cflayer *layr, struct cfpkt *pkt) in cfmuxl_receive()
179 struct cflayer *up; in cfmuxl_receive()
211 static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfmuxl_transmit()
216 struct cflayer *dn; in cfmuxl_transmit()
246 static void cfmuxl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfmuxl_ctrlcmd()
250 struct cflayer *layer; in cfmuxl_ctrlcmd()