Lines Matching refs:cflayer

34 	struct cflayer *frm_layer;
36 struct cflayer *phy_layer;
56 struct cflayer layer;
57 struct cflayer *ctrl;
58 struct cflayer *mux;
63 static void cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id,
65 struct cflayer *adapt_layer);
66 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u8 channel_id);
67 static void cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id,
68 struct cflayer *adapt_layer);
179 int caif_disconnect_client(struct net *net, struct cflayer *adap_layer) in caif_disconnect_client()
188 struct cflayer *servl; in caif_disconnect_client()
205 static void cfcnfg_linkdestroy_rsp(struct cflayer *layer, u8 channel_id) in cfcnfg_linkdestroy_rsp()
301 struct cflayer *adap_layer, int *ifindex, in caif_connect_client()
304 struct cflayer *frml; in caif_connect_client()
363 static void cfcnfg_reject_rsp(struct cflayer *layer, u8 channel_id, in cfcnfg_reject_rsp()
364 struct cflayer *adapt_layer) in cfcnfg_reject_rsp()
372 cfcnfg_linkup_rsp(struct cflayer *layer, u8 channel_id, enum cfctrl_srv serv, in cfcnfg_linkup_rsp()
373 u8 phyid, struct cflayer *adapt_layer) in cfcnfg_linkup_rsp()
376 struct cflayer *servicel = NULL; in cfcnfg_linkup_rsp()
455 struct net_device *dev, struct cflayer *phy_layer, in cfcnfg_add_phy_layer()
457 struct cflayer *link_support, in cfcnfg_add_phy_layer()
460 struct cflayer *frml; in cfcnfg_add_phy_layer()
528 int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer, in cfcnfg_set_phy_state()
560 int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer) in cfcnfg_del_phy_layer()
562 struct cflayer *frml, *frml_dn; in cfcnfg_del_phy_layer()