Searched refs:pktbuf (Results 1 – 3 of 3) sorted by relevance
252 struct sk_buff *pktbuf) in brcmf_proto_bcdc_hdrpush() argument259 skb_push(pktbuf, BCDC_HEADER_LEN); in brcmf_proto_bcdc_hdrpush()261 h = (struct brcmf_proto_bcdc_header *)(pktbuf->data); in brcmf_proto_bcdc_hdrpush()264 if (pktbuf->ip_summed == CHECKSUM_PARTIAL) in brcmf_proto_bcdc_hdrpush()267 h->priority = (pktbuf->priority & BCDC_PRIORITY_MASK); in brcmf_proto_bcdc_hdrpush()271 trace_brcmf_bcdchdr(pktbuf->data); in brcmf_proto_bcdc_hdrpush()276 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull() argument284 if (pktbuf->len <= BCDC_HEADER_LEN) { in brcmf_proto_bcdc_hdrpull()286 pktbuf->len, BCDC_HEADER_LEN); in brcmf_proto_bcdc_hdrpull()290 trace_brcmf_bcdchdr(pktbuf->data); in brcmf_proto_bcdc_hdrpull()[all …]
48 char *pktbuf, *pkthdrbuf; in rx() local75 pktbuf = (char *)pkt; in rx()77 memcpy(pktbuf, pkthdrbuf, ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto)); in rx()78 memcpy(pktbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto) + sizeof(int), in rx()
696 struct csis_pktbuf *pktbuf = &state->pkt_buf; in s5pcsis_irq_handler() local703 if ((status & S5PCSIS_INTSRC_NON_IMAGE_DATA) && pktbuf->data) { in s5pcsis_irq_handler()711 memcpy(pktbuf->data, (u8 __force *)state->regs + offset, in s5pcsis_irq_handler()712 pktbuf->len); in s5pcsis_irq_handler()713 pktbuf->data = NULL; in s5pcsis_irq_handler()