Home
last modified time | relevance | path

Searched refs:cfpkt_extr_head_u8 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/net/caif/
Dcfctrl.c362 cmdrsp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
385 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
393 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
399 endpoint = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
408 linkid = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
411 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
416 linkid = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
425 linkid = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
435 for (tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
437 tmp = cfpkt_extr_head_u8(pkt)) in cfctrl_recv()
[all …]
/linux-5.19.10/include/net/caif/
Dcfpkt.h35 static inline u8 cfpkt_extr_head_u8(struct cfpkt *pkt) in cfpkt_extr_head_u8() function