Searched refs:BDC_FLAG2_IF_MASK (Results 1 – 2 of 2) sorted by relevance
102 #define BDC_FLAG2_IF_MASK 0x0f /* interface index (host <-> dongle) */ macro113 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))115 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
69 #define BDC_FLAG2_IF_MASK 0x0f /* packet rx interface in APSTA */ macro73 ((int)((((hdr)->flags2) & BDC_FLAG2_IF_MASK) >> BDC_FLAG2_IF_SHIFT))75 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | \