Lines Matching refs:pktbuf
432 #define PKTBUF pktbuf
456 h->flags |= (WLPKTFLAG_EXEMPT_GET(WLPKTTAG(pktbuf)) & BDC_FLAG_EXEMPT); in dhd_prot_hdrpush()
479 dhd_prot_hdrpull(dhd_pub_t *dhd, int *ifidx, void *pktbuf, uchar *reorder_buf_info, in dhd_prot_hdrpull() argument
494 if (PKTLEN(dhd->osh, pktbuf) < BDC_HEADER_LEN) { in dhd_prot_hdrpull()
496 PKTLEN(dhd->osh, pktbuf), BDC_HEADER_LEN)); in dhd_prot_hdrpull()
500 h = (struct bdc_header *)PKTDATA(dhd->osh, pktbuf); in dhd_prot_hdrpull()
505 PKTPULL(dhd->osh, pktbuf, BDC_HEADER_LEN); in dhd_prot_hdrpull()
523 PKTSETSUMGOOD(pktbuf, TRUE); in dhd_prot_hdrpull()
526 PKTSETPRIO(pktbuf, (h->priority & BDC_PRIORITY_MASK)); in dhd_prot_hdrpull()
528 PKTPULL(dhd->osh, pktbuf, BDC_HEADER_LEN); in dhd_prot_hdrpull()
532 if (!DHD_PKTTAG_PKTDIR(PKTTAG(pktbuf))) { in dhd_prot_hdrpull()
536 dhd_wlfc_parse_header_info(dhd, pktbuf, (data_offset << 2), in dhd_prot_hdrpull()
549 PKTPULL(dhd->osh, pktbuf, (data_offset << 2)); in dhd_prot_hdrpull()