Searched refs:cfpkt_extr_head (Results 1 – 11 of 11) sorted by relevance
/net/caif/ |
D | cfctrl.c | 363 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 …]
|
D | cfdgml.c | 50 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfdgml_receive() 57 if (cfpkt_extr_head(pkt, &dgmhdr, 3) < 0) { in cfdgml_receive()
|
D | cfserl.c | 80 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive() 84 cfpkt_extr_head(pkt, &tmp8, 1); in cfserl_receive()
|
D | cfpkt_skbuff.c | 116 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);
|
D | caif_usb.c | 44 cfpkt_extr_head(pkt, &hpad, 1); in cfusbl_receive() 45 cfpkt_extr_head(pkt, NULL, hpad); in cfusbl_receive()
|
D | cfrfml.c | 78 if (cfpkt_extr_head(pkt, seghead, 6) < 0) in rfm_append() 112 if (cfpkt_extr_head(pkt, &tmp, 1) < 0) in cfrfml_receive()
|
D | cfvidl.c | 39 if (cfpkt_extr_head(pkt, &videoheader, 4) < 0) { in cfvidl_receive()
|
D | cfveil.c | 48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfvei_receive()
|
D | cfutill.c | 48 if (cfpkt_extr_head(pkt, &cmd, 1) < 0) { in cfutill_receive()
|
D | cffrml.c | 91 cfpkt_extr_head(pkt, &tmp, 2); in cffrml_receive()
|
D | cfmuxl.c | 180 if (cfpkt_extr_head(pkt, &id, 1) < 0) { in cfmuxl_receive()
|