Home
last modified time | relevance | path

Searched refs:BDC_PRIORITY_MASK (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_cdc.c68 #define BDC_PRIORITY_MASK 0x7 macro
377 h->priority = (pktbuf->priority & BDC_PRIORITY_MASK); in brcmf_proto_hdrpush()
421 pktbuf->priority = h->priority & BDC_PRIORITY_MASK; in brcmf_proto_hdrpull()
/drivers/net/wireless/bcmdhd/include/
Dbcmcdc.h97 #define BDC_PRIORITY_MASK 0x07 macro
/drivers/net/wireless/bcmdhd/
Ddhd_cdc.c376 h->priority = (PKTPRIO(PKTBUF) & BDC_PRIORITY_MASK); in dhd_prot_hdrpush()
436 PKTSETPRIO(pktbuf, (h->priority & BDC_PRIORITY_MASK)); in dhd_prot_hdrpull()
Ddhd_wlfc.c531 h->priority = (PKTPRIO(p) & BDC_PRIORITY_MASK); in _dhd_wlfc_pushheader()