Searched refs:BDC_FLAG2_IF_MASK (Results 1 – 6 of 6) sorted by relevance
108 #define BDC_FLAG2_IF_MASK 0x0f /* interface index (host <-> dongle) */ macro119 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))121 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
100 #define BDC_FLAG2_IF_MASK 0x0f /* interface index (host <-> dongle) */ macro111 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))113 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
106 #define BDC_FLAG2_IF_MASK 0x0f /* interface index (host <-> dongle) */ macro117 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))119 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))