Searched refs:BDC_FLAG_VER_SHIFT (Results 1 – 2 of 2) sorted by relevance
75 #define BDC_FLAG_VER_SHIFT 4 /* Protocol version shift */ macro
358 h->flags = (BDC_PROTO_VER << BDC_FLAG_VER_SHIFT); in dhd_prot_hdrpush()432 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) != BDC_PROTO_VER) { in dhd_prot_hdrpull()