Home
last modified time | relevance | path

Searched refs:cfpkt_extr_head (Results 1 – 11 of 11) sorted by relevance

/net/caif/
Dcfctrl.c363 cfpkt_extr_head(pkt, &cmdrsp, 1); in cfctrl_recv()
387 cfpkt_extr_head(pkt, &tmp, 1); in cfctrl_recv()
395 cfpkt_extr_head(pkt, &tmp, 1); in cfctrl_recv()
401 cfpkt_extr_head(pkt, &endpoint, 1); in cfctrl_recv()
410 cfpkt_extr_head(pkt, &linkid, 1); in cfctrl_recv()
413 cfpkt_extr_head(pkt, &tmp, 1); in cfctrl_recv()
418 cfpkt_extr_head(pkt, &linkid, 1); in cfctrl_recv()
422 cfpkt_extr_head(pkt, &tmp32, 4); in cfctrl_recv()
428 cfpkt_extr_head(pkt, &linkid, 1); in cfctrl_recv()
435 cfpkt_extr_head(pkt, &tmp32, 4); in cfctrl_recv()
[all …]
Dcfdgml.c50 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfdgml_receive()
57 if (cfpkt_extr_head(pkt, &dgmhdr, 3) < 0) { in cfdgml_receive()
Dcfserl.c80 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive()
84 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive()
Dcfpkt_skbuff.c116 return !cfpkt_extr_head(pkt, data, len) && in cfpkt_peek_head()
120 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_extr_head() function
144 EXPORT_SYMBOL(cfpkt_extr_head);
Dcaif_usb.c44 cfpkt_extr_head(pkt, &hpad, 1); in cfusbl_receive()
45 cfpkt_extr_head(pkt, NULL, hpad); in cfusbl_receive()
Dcfrfml.c78 if (cfpkt_extr_head(pkt, seghead, 6) < 0) in rfm_append()
112 if (cfpkt_extr_head(pkt, &tmp, 1) < 0) in cfrfml_receive()
Dcfvidl.c39 if (cfpkt_extr_head(pkt, &videoheader, 4) < 0) { in cfvidl_receive()
Dcfveil.c48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfvei_receive()
Dcfutill.c48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfutill_receive()
Dcffrml.c91 cfpkt_extr_head(pkt, &tmp, 2); in cffrml_receive()
Dcfmuxl.c180 if (cfpkt_extr_head(pkt, &id, 1) < 0) { in cfmuxl_receive()