Home
last modified time | relevance | path

Searched defs:layr (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/net/caif/
Dcfmuxl.c17 #define container_obj(layr) container_of(layr, struct cfmuxl, layer) argument
64 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) in cfmuxl_set_uplayer()
74 bool cfmuxl_is_phy_inuse(struct cflayer *layr, u8 phyid) in cfmuxl_is_phy_inuse()
94 u8 cfmuxl_get_phyid(struct cflayer *layr, u8 channel_id) in cfmuxl_get_phyid()
109 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *dn, u8 phyid) in cfmuxl_set_dnlayer()
130 struct cflayer *cfmuxl_remove_dnlayer(struct cflayer *layr, u8 phyid) in cfmuxl_remove_dnlayer()
173 struct cflayer *cfmuxl_remove_uplayer(struct cflayer *layr, u8 id) in cfmuxl_remove_uplayer()
189 static int cfmuxl_receive(struct cflayer *layr, struct cfpkt *pkt) in cfmuxl_receive()
220 static int cfmuxl_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfmuxl_transmit()
243 static void cfmuxl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfmuxl_ctrlcmd()
Dcfdbgl.c15 #define container_obj(layr) ((struct cfsrvl *) layr) argument
36 static int cfdbgl_receive(struct cflayer *layr, struct cfpkt *pkt) in cfdbgl_receive()
41 static int cfdbgl_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfdbgl_transmit()
Dcfvidl.c17 #define container_obj(layr) ((struct cfsrvl *) layr) argument
39 static int cfvidl_receive(struct cflayer *layr, struct cfpkt *pkt) in cfvidl_receive()
50 static int cfvidl_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfvidl_transmit()
Dcfserl.c16 #define container_obj(layr) ((struct cfserl *) layr) argument
55 struct cfserl *layr = container_obj(l); in cfserl_receive() local
181 struct cfserl *layr = container_obj(layer); in cfserl_transmit() local
193 static void cfserl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfserl_ctrlcmd()
Dcffrml.c19 #define container_obj(layr) container_of(layr, struct cffrml, layer) argument
70 static int cffrml_receive(struct cflayer *layr, struct cfpkt *pkt) in cffrml_receive()
118 static int cffrml_transmit(struct cflayer *layr, struct cfpkt *pkt) in cffrml_transmit()
148 static void cffrml_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cffrml_ctrlcmd()
Dcfveil.c21 #define container_obj(layr) container_of(layr, struct cfsrvl, layer) argument
42 static int cfvei_receive(struct cflayer *layr, struct cfpkt *pkt) in cfvei_receive()
78 static int cfvei_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfvei_transmit()
Dcfutill.c17 #define container_obj(layr) ((struct cfsrvl *) layr) argument
43 static int cfutill_receive(struct cflayer *layr, struct cfpkt *pkt) in cfutill_receive()
81 static int cfutill_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfutill_transmit()
Dcfdgml.c17 #define container_obj(layr) ((struct cfsrvl *) layr) argument
44 static int cfdgml_receive(struct cflayer *layr, struct cfpkt *pkt) in cfdgml_receive()
85 static int cfdgml_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfdgml_transmit()
Dcfsrvl.c23 #define container_obj(layr) container_of(layr, struct cfsrvl, layer) argument
25 static void cfservl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfservl_ctrlcmd()
92 static int cfservl_modemcmd(struct cflayer *layr, enum caif_modemcmd ctrl) in cfservl_modemcmd()
Dcfrfml.c17 #define container_obj(layr) container_of(layr, struct cfrfml, serv.layer) argument
100 static int cfrfml_receive(struct cflayer *layr, struct cfpkt *pkt) in cfrfml_receive()
211 static int cfrfml_transmit(struct cflayer *layr, struct cfpkt *pkt) in cfrfml_transmit()
Dcfctrl.c16 #define container_obj(layr) container_of(layr, struct cfctrl, serv.layer) argument
359 void cfctrl_cancel_req(struct cflayer *layr, struct cflayer *adap_layer) in cfctrl_cancel_req()
580 static void cfctrl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfctrl_ctrlcmd()
Dchnl_net.c73 static int chnl_recv_cb(struct cflayer *layr, struct cfpkt *pkt) in chnl_recv_cb()
156 static void chnl_flowctrl_cb(struct cflayer *layr, enum caif_ctrlcmd flow, in chnl_flowctrl_cb()
Dcaif_socket.c196 static int caif_sktrecv_cb(struct cflayer *layr, struct cfpkt *pkt) in caif_sktrecv_cb()
213 static void caif_ctrl_cb(struct cflayer *layr, in caif_ctrl_cb()
Dcaif_dev.c146 static int modemcmd(struct cflayer *layr, enum caif_modemcmd ctrl) in modemcmd()
Dcfcnfg.c27 #define container_obj(layr) container_of(layr, struct cfcnfg, layer) argument
/linux-2.6.39/include/net/caif/
Dcfsrvl.h42 static inline void cfsrvl_get(struct cflayer *layr) in cfsrvl_get()
51 static inline void cfsrvl_put(struct cflayer *layr) in cfsrvl_put()
Dcaif_layer.h238 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above)) argument
245 #define layer_set_dn(layr, below) ((layr)->dn = (struct cflayer *)(below)) argument