Searched refs:BDC_FLAG2_IF_MASK (Results 1 – 1 of 1) sorted by relevance
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) | \