reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
780 if (MsgId == ID_GS_ALLOC_REQ || MsgId == ID_GET_DOORBELL) 780 if (MsgId == ID_GS_ALLOC_REQ || MsgId == ID_GET_DOORBELL) 783 return isValidMsgId(MsgId); 785 return 0 <= MsgId && isUInt<ID_WIDTH_>(MsgId); 785 return 0 <= MsgId && isUInt<ID_WIDTH_>(MsgId);