Searched refs:pktbuf (Results 1 – 3 of 3) sorted by relevance
256 struct sk_buff *pktbuf) in brcmf_proto_bcdc_hdrpush() argument263 skb_push(pktbuf, BCDC_HEADER_LEN); in brcmf_proto_bcdc_hdrpush()265 h = (struct brcmf_proto_bcdc_header *)(pktbuf->data); in brcmf_proto_bcdc_hdrpush()268 if (pktbuf->ip_summed == CHECKSUM_PARTIAL) in brcmf_proto_bcdc_hdrpush()271 h->priority = (pktbuf->priority & BCDC_PRIORITY_MASK); in brcmf_proto_bcdc_hdrpush()275 trace_brcmf_bcdchdr(pktbuf->data); in brcmf_proto_bcdc_hdrpush()280 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull() argument288 if (pktbuf->len <= BCDC_HEADER_LEN) { in brcmf_proto_bcdc_hdrpull()290 pktbuf->len, BCDC_HEADER_LEN); in brcmf_proto_bcdc_hdrpull()294 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()
674 struct csis_pktbuf *pktbuf = &state->pkt_buf; in s5pcsis_irq_handler() local681 if ((status & S5PCSIS_INTSRC_NON_IMAGE_DATA) && pktbuf->data) { in s5pcsis_irq_handler()689 memcpy(pktbuf->data, (u8 __force *)state->regs + offset, in s5pcsis_irq_handler()690 pktbuf->len); in s5pcsis_irq_handler()691 pktbuf->data = NULL; in s5pcsis_irq_handler()