Searched defs:DBELL_TID (Results 1 – 2 of 2) sorted by relevance
109 #define DBELL_TID(x) (*(u16 *)(x + DOORBELL_TID_OFFSET)) macro
58 #define DBELL_TID(buf) (((u8)buf[4] << 8) | (u8)buf[5]) macro