Searched refs:pktbuf (Results 1 – 3 of 3) sorted by relevance
267 struct sk_buff *pktbuf) in brcmf_proto_bcdc_hdrpush() argument274 skb_push(pktbuf, BCDC_HEADER_LEN); in brcmf_proto_bcdc_hdrpush()276 h = (struct brcmf_proto_bcdc_header *)(pktbuf->data); in brcmf_proto_bcdc_hdrpush()279 if (pktbuf->ip_summed == CHECKSUM_PARTIAL) in brcmf_proto_bcdc_hdrpush()282 h->priority = (pktbuf->priority & BCDC_PRIORITY_MASK); in brcmf_proto_bcdc_hdrpush()286 trace_brcmf_bcdchdr(pktbuf->data); in brcmf_proto_bcdc_hdrpush()291 struct sk_buff *pktbuf, struct brcmf_if **ifp) in brcmf_proto_bcdc_hdrpull() argument299 if (pktbuf->len <= BCDC_HEADER_LEN) { in brcmf_proto_bcdc_hdrpull()301 pktbuf->len, BCDC_HEADER_LEN); in brcmf_proto_bcdc_hdrpull()305 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()
677 struct csis_pktbuf *pktbuf = &state->pkt_buf; in s5pcsis_irq_handler() local684 if ((status & S5PCSIS_INTSRC_NON_IMAGE_DATA) && pktbuf->data) { in s5pcsis_irq_handler()692 memcpy(pktbuf->data, (u8 __force *)state->regs + offset, in s5pcsis_irq_handler()693 pktbuf->len); in s5pcsis_irq_handler()694 pktbuf->data = NULL; in s5pcsis_irq_handler()