Searched refs:msg_p (Results 1 – 1 of 1) sorted by relevance
1960 #define DRV_ACK_MSG(msg_p, msg_id) \ argument1961 ((u8)((u8 *)msg_p)[msg_id]++;)1963 #define DRV_ACK_MSG(msg_p, msg_id) \ argument1964 ((u8)((u8 *)msg_p)[((msg_id & ~3) | ((~msg_id) & 3))]++;)