Searched refs:MASK_MTX_MSG_PRIORITY (Results 1 – 2 of 2) sorted by relevance
1192 cmdid = (comm_dword[0] & MASK_MTX_MSG_CMD_ID) & ~ MASK_MTX_MSG_PRIORITY; in topazhp_dump_command()1201 (comm_dword[0] & MASK_MTX_MSG_PRIORITY)?"Yes":"No"); in topazhp_dump_command()
115 #define MASK_MTX_MSG_PRIORITY (0x1 << SHIFT_MTX_MSG_PRIORITY) macro