Searched refs:BDC_PRIORITY_MASK (Results 1 – 4 of 4) sorted by relevance
68 #define BDC_PRIORITY_MASK 0x7 macro377 h->priority = (pktbuf->priority & BDC_PRIORITY_MASK); in brcmf_proto_hdrpush()421 pktbuf->priority = h->priority & BDC_PRIORITY_MASK; in brcmf_proto_hdrpull()
97 #define BDC_PRIORITY_MASK 0x07 macro
376 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()436 PKTSETPRIO(pktbuf, (h->priority & BDC_PRIORITY_MASK)); in dhd_prot_hdrpull()
531 h->priority = (PKTPRIO(p) & BDC_PRIORITY_MASK); in _dhd_wlfc_pushheader()