Home
last modified time | relevance | path

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

/openbmc/linux/net/caif/
H A Dcfctrl.c366 cmdrsp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
389 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
397 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
412 linkid = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
415 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
420 linkid = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
469 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
473 len = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
478 tmp = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
486 len = cfpkt_extr_head_u8(pkt); in cfctrl_recv()
[all …]
/openbmc/linux/include/net/caif/
H A Dcfpkt.h35 static inline u8 cfpkt_extr_head_u8(struct cfpkt *pkt) in cfpkt_extr_head_u8() function