Searched refs:BDC_FLAG2_IF_MASK (Results 1 – 1 of 1) sorted by relevance
96 #define BDC_FLAG2_IF_MASK 0x0f /* interface index (host <-> dongle) */ macro107 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))109 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))