Searched refs:BDC_FLAG_VER_MASK (Results 1 – 12 of 12) sorted by relevance
99 #define BDC_FLAG_VER_MASK 0xf0 /* Protocol version mask */ macro
91 #define BDC_FLAG_VER_MASK 0xf0 /* Protocol version mask */ macro
97 #define BDC_FLAG_VER_MASK 0xf0 /* Protocol version mask */ macro
491 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) != BDC_PROTO_VER) { in dhd_prot_hdrpull()494 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) == BDC_PROTO_VER_1) in dhd_prot_hdrpull()
511 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) != BDC_PROTO_VER) { in dhd_prot_hdrpull()514 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) == BDC_PROTO_VER_1) in dhd_prot_hdrpull()
559 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) != BDC_PROTO_VER) { in dhd_prot_hdrpull()562 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) == BDC_PROTO_VER_1) in dhd_prot_hdrpull()
601 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) != BDC_PROTO_VER) { in dhd_prot_hdrpull()604 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) == BDC_PROTO_VER_1) in dhd_prot_hdrpull()